mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Configurable acc/gyro
This commit is contained in:
parent
5ef68ef6a3
commit
fc6c24c38e
133 changed files with 1095 additions and 1116 deletions
|
@ -92,7 +92,7 @@ typedef enum {
|
|||
#ifdef USE_LED_STRIP
|
||||
TABLE_RGB_GRB,
|
||||
#endif
|
||||
#ifdef USE_DUAL_GYRO
|
||||
#ifdef USE_MULTI_GYRO
|
||||
TABLE_GYRO,
|
||||
#endif
|
||||
TABLE_THROTTLE_LIMIT_TYPE,
|
||||
|
@ -119,6 +119,7 @@ typedef enum {
|
|||
#ifdef USE_VTX_COMMON
|
||||
TABLE_VTX_LOW_POWER_DISARM,
|
||||
#endif
|
||||
TABLE_GYRO_HARDWARE,
|
||||
LOOKUP_TABLE_COUNT
|
||||
} lookupTableIndex_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue