diff options
Diffstat (limited to 'drivers/led/issi/is31fl3736.h')
-rw-r--r-- | drivers/led/issi/is31fl3736.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/issi/is31fl3736.h b/drivers/led/issi/is31fl3736.h index a30be9055..9fbe1cc57 100644 --- a/drivers/led/issi/is31fl3736.h +++ b/drivers/led/issi/is31fl3736.h | |||
@@ -39,7 +39,7 @@ typedef struct is31_led { | |||
39 | uint8_t b; | 39 | uint8_t b; |
40 | } __attribute__((packed)) is31_led; | 40 | } __attribute__((packed)) is31_led; |
41 | 41 | ||
42 | extern const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL]; | 42 | extern const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL]; |
43 | 43 | ||
44 | void IS31FL3736_init(uint8_t addr); | 44 | void IS31FL3736_init(uint8_t addr); |
45 | void IS31FL3736_write_register(uint8_t addr, uint8_t reg, uint8_t data); | 45 | void IS31FL3736_write_register(uint8_t addr, uint8_t reg, uint8_t data); |