From 57e5794ae162d1b84aec619e7c2757467a57a60b Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Tue, 6 Oct 2015 21:25:40 +0100 Subject: [PATCH] Use the right mode (aka BOX) - replaces autotune mode. This will help with migrations. --- src/main/io/rc_controls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/io/rc_controls.h b/src/main/io/rc_controls.h index 269cf51ca1..d0f1001131 100644 --- a/src/main/io/rc_controls.h +++ b/src/main/io/rc_controls.h @@ -41,14 +41,13 @@ typedef enum { BOXGOV, BOXOSD, BOXTELEMETRY, - // BOXAUTOTUNE, + BOXGTUNE, BOXSONAR, BOXSERVO1, BOXSERVO2, BOXSERVO3, BOXBLACKBOX, BOXFAILSAFE, - BOXGTUNE, CHECKBOX_ITEM_COUNT } boxId_e;