diff options
Diffstat (limited to 'drivers/led/issi/is31fl3731.h')
-rw-r--r-- | drivers/led/issi/is31fl3731.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/issi/is31fl3731.h b/drivers/led/issi/is31fl3731.h index 803ea3ea1..6647119eb 100644 --- a/drivers/led/issi/is31fl3731.h +++ b/drivers/led/issi/is31fl3731.h | |||
@@ -28,7 +28,7 @@ typedef struct is31_led { | |||
28 | uint8_t b; | 28 | uint8_t b; |
29 | } __attribute__((packed)) is31_led; | 29 | } __attribute__((packed)) is31_led; |
30 | 30 | ||
31 | extern const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL]; | 31 | extern const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL]; |
32 | 32 | ||
33 | void IS31FL3731_init(uint8_t addr); | 33 | void IS31FL3731_init(uint8_t addr); |
34 | void IS31FL3731_write_register(uint8_t addr, uint8_t reg, uint8_t data); | 34 | void IS31FL3731_write_register(uint8_t addr, uint8_t reg, uint8_t data); |