From a959e6aa27b7eed1e6d113b3cf2b82f706e69bba Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Thu, 5 May 2016 23:39:14 +0100 Subject: [PATCH] Changed default CC3D_OPBL build to include pid_luxfloat. --- src/main/target/CC3D/target.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/target/CC3D/target.h b/src/main/target/CC3D/target.h index 976b8f234e..ca94199b8f 100644 --- a/src/main/target/CC3D/target.h +++ b/src/main/target/CC3D/target.h @@ -135,7 +135,8 @@ #ifdef CC3D_OPBL #define SKIP_CLI_COMMAND_HELP -#define SKIP_PID_LUXFLOAT +//#define SKIP_PID_LUXFLOAT +#undef DISPLAY #undef SONAR #undef GPS #endif