1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Disabling of 3D Feature on switch

This commit is contained in:
borisbstyle 2016-03-10 00:27:44 +01:00
parent 03cc5fa438
commit fa63ab52e1
7 changed files with 26 additions and 11 deletions

View file

@ -49,7 +49,8 @@ typedef enum {
BOXBLACKBOX,
BOXFAILSAFE,
BOXAIRMODE,
BOXACROPLUS,
BOXACROPLUS,
BOX3DDISABLESWITCH,
CHECKBOX_ITEM_COUNT
} boxId_e;