Merge pull request #3372 from mikeller/enable_led_strip_cc3d
Enabled LED_STRIP on CC3D, fixed includes.
This commit is contained in:
commit
801c240e98
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "drivers/timer.h"
|
||||
#include "drivers/timer_def.h"
|
||||
#include "drivers/dma.h"
|
||||
|
||||
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
|
||||
|
||||
|
|
|
@ -114,9 +114,10 @@
|
|||
#undef USE_SERIALRX_SUMD // Graupner Hott protocol
|
||||
#undef USE_SERIALRX_SUMH // Graupner legacy protocol
|
||||
#undef USE_SERIALRX_XBUS // JR
|
||||
#undef LED_STRIP
|
||||
#endif
|
||||
|
||||
#undef LED_STRIP
|
||||
//#undef LED_STRIP
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
|
||||
// IO - from schematics
|
||||
|
|
Loading…
Reference in New Issue