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

Use the right mode (aka BOX) - replaces autotune mode. This will help

with migrations.
This commit is contained in:
Dominic Clifton 2015-10-06 21:25:40 +01:00
parent d04bf8abd7
commit 57e5794ae1

View file

@ -41,14 +41,13 @@ typedef enum {
BOXGOV,
BOXOSD,
BOXTELEMETRY,
// BOXAUTOTUNE,
BOXGTUNE,
BOXSONAR,
BOXSERVO1,
BOXSERVO2,
BOXSERVO3,
BOXBLACKBOX,
BOXFAILSAFE,
BOXGTUNE,
CHECKBOX_ITEM_COUNT
} boxId_e;