diff --git a/src/main/target/CC3D/target.h b/src/main/target/CC3D/target.h index a79dab592a..136a7171a1 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