Merge pull request #829 from martinbudden/bf_cc3d_opbl_leds

Changed CC3D_OPBL build to include LED strip rather than softserial
This commit is contained in:
Martin Budden 2016-07-26 23:48:38 +01:00 committed by GitHub
commit 17565d588a
1 changed files with 6 additions and 2 deletions

View File

@ -72,8 +72,12 @@
#define USE_VCP
#define USE_UART1
#define USE_UART3
#ifdef CC3D_OPBL
#define SERIAL_PORT_COUNT 3
#else
#define USE_SOFTSERIAL1
#define SERIAL_PORT_COUNT 4
#endif
#ifdef USE_UART1_RX_DMA
#undef USE_UART1_RX_DMA
@ -110,10 +114,10 @@
#undef GPS
#ifdef CC3D_OPBL
#undef LED_STRIP
//#undef LED_STRIP
#define SKIP_CLI_COMMAND_HELP
#undef BARO
//#undef MAG
#undef MAG
#undef SONAR
#endif