diff options
Diffstat (limited to 'drivers/led/aw20216.h')
| -rw-r--r-- | drivers/led/aw20216.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/aw20216.h b/drivers/led/aw20216.h index 97ac6dc5b..0a17050fe 100644 --- a/drivers/led/aw20216.h +++ b/drivers/led/aw20216.h | |||
| @@ -28,7 +28,7 @@ typedef struct aw_led { | |||
| 28 | uint8_t b; | 28 | uint8_t b; |
| 29 | } aw_led; | 29 | } aw_led; |
| 30 | 30 | ||
| 31 | extern const aw_led __flash g_aw_leds[DRIVER_LED_TOTAL]; | 31 | extern const aw_led PROGMEM g_aw_leds[DRIVER_LED_TOTAL]; |
| 32 | 32 | ||
| 33 | void AW20216_init(pin_t cs_pin, pin_t en_pin); | 33 | void AW20216_init(pin_t cs_pin, pin_t en_pin); |
| 34 | void AW20216_set_color(int index, uint8_t red, uint8_t green, uint8_t blue); | 34 | void AW20216_set_color(int index, uint8_t red, uint8_t green, uint8_t blue); |
