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

AIR MODE implementation

This commit is contained in:
borisbstyle 2015-12-06 02:19:35 +01:00
parent b3f0bd1402
commit 83d186057f
5 changed files with 88 additions and 30 deletions

View file

@ -48,7 +48,7 @@ typedef enum {
BOXSERVO3,
BOXBLACKBOX,
BOXFAILSAFE,
BOXIDLE_UP,
BOXAIRMODE,
CHECKBOX_ITEM_COUNT
} boxId_e;