mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix LEDSTRIP defines to prevent compilation errors
This commit is contained in:
parent
628fdb8adc
commit
6034143a59
2 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ typedef enum {
|
|||
#ifdef USE_OVERCLOCK
|
||||
TABLE_OVERCLOCK,
|
||||
#endif
|
||||
#ifdef USE_LED_STRIP_STATUS_MODE
|
||||
#ifdef USE_LED_STRIP
|
||||
TABLE_RGB_GRB,
|
||||
#endif
|
||||
#ifdef USE_MULTI_GYRO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue