mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Cleanup and fix the use of permenant box ids.
This commit is contained in:
parent
59cddb21b4
commit
00a1858faa
2 changed files with 71 additions and 45 deletions
|
@ -22,6 +22,7 @@ enum {
|
|||
BOXANGLE,
|
||||
BOXHORIZON,
|
||||
BOXBARO,
|
||||
// BOXVARIO,
|
||||
BOXMAG,
|
||||
BOXHEADFREE,
|
||||
BOXHEADADJ,
|
||||
|
@ -40,7 +41,7 @@ enum {
|
|||
BOXTELEMETRY,
|
||||
BOXAUTOTUNE,
|
||||
CHECKBOX_ITEM_COUNT
|
||||
};
|
||||
} boxId_e;
|
||||
|
||||
extern uint8_t rcOptions[CHECKBOX_ITEM_COUNT];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue