From 72ff296850a58abe664ce6be5f8b5faa0f100536 Mon Sep 17 00:00:00 2001 From: Michael Jakob Date: Thu, 4 Jun 2015 18:25:40 +0200 Subject: [PATCH] Enable G-Tune for CC3D (but not included in the OPBL version) --- src/main/target/CC3D/target.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/target/CC3D/target.h b/src/main/target/CC3D/target.h index a79dab592..136a7171a 100644 --- a/src/main/target/CC3D/target.h +++ b/src/main/target/CC3D/target.h @@ -113,6 +113,7 @@ #define SERIAL_RX #define SONAR #define AUTOTUNE +#define GTUNE #define USE_SERVOS #define USE_CLI @@ -120,6 +121,7 @@ // disabled some features for OPBL build due to code size. #undef AUTOTUNE #undef DISPLAY +#undef GTUNE #undef SONAR #define SKIP_CLI_COMMAND_HELP #endif