mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
parent
e9678d8380
commit
7b70abd118
4 changed files with 17 additions and 2 deletions
|
@ -43,6 +43,14 @@
|
|||
#define USE_SERVOS
|
||||
#define USE_TRANSPONDER
|
||||
|
||||
#ifndef LED_MAX_STRIP_LENGTH
|
||||
#ifdef USE_LEDSTRIP_64
|
||||
#define LED_MAX_STRIP_LENGTH 64
|
||||
#else
|
||||
#define LED_MAX_STRIP_LENGTH 32
|
||||
#endif
|
||||
#endif // #ifndef LED_MAX_STRIP_LENGTH
|
||||
|
||||
typedef enum
|
||||
{
|
||||
Mode_TEST = 0x0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue