lib/libcoolstream2: headers update

This commit is contained in:
[CST] Focus
2013-07-18 14:43:35 +04:00
parent e6af083de8
commit c337d26f99
3 changed files with 38 additions and 16 deletions

View File

@@ -76,10 +76,10 @@ typedef struct {
typedef enum {
FP_LED_1_ON = 0x81,
FP_LED_2_ON = 0x82,
FP_LED_3_ON = 0x83,
FP_LED_3_ON = 0x88,
FP_LED_1_OFF = 0x01,
FP_LED_2_OFF = 0x02,
FP_LED_3_OFF = 0x03,
FP_LED_3_OFF = 0x08,
} fp_led_ctrl_t;
typedef struct {