1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Changed default CC3D_OPBL build to include pid_luxfloat.

This commit is contained in:
Martin Budden 2016-05-05 23:39:14 +01:00
parent 876fe536e6
commit a959e6aa27

View file

@ -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