Merge pull request #6953 from mikeller/remove_led_strip_from_targets
Removed USE_LED_STRIP from individual targets.
This commit is contained in:
commit
d0076cf24e
|
@ -83,7 +83,6 @@
|
|||
|
||||
#define ENABLE_DSHOT_DMAR true
|
||||
|
||||
#define USE_LED_STRIP
|
||||
#define LED0_PIN PB3
|
||||
#define USE_BEEPER
|
||||
#define BEEPER_PIN PC15
|
||||
|
|
|
@ -145,8 +145,6 @@
|
|||
|
||||
#define USE_OSD
|
||||
|
||||
#define USE_LED_STRIP
|
||||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||
#define DEFAULT_FEATURES FEATURE_OSD
|
||||
#define SERIALRX_UART SERIAL_PORT_USART1
|
||||
|
|
|
@ -122,8 +122,6 @@
|
|||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
#define CURRENT_METER_SCALE_DEFAULT 179
|
||||
|
||||
#define USE_LED_STRIP
|
||||
|
||||
#define TARGET_IO_PORTA 0xffff
|
||||
#define TARGET_IO_PORTB 0xffff
|
||||
#define TARGET_IO_PORTC 0xffff
|
||||
|
|
|
@ -192,8 +192,6 @@
|
|||
|
||||
#define USE_PID_AUDIO
|
||||
|
||||
#define USE_LED_STRIP
|
||||
|
||||
#define USE_TRANSPONDER
|
||||
|
||||
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
|
||||
|
|
Loading…
Reference in New Issue