diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 6670088ba3..ec68a32abf 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -140,6 +140,10 @@ # define CURRENT_PIN_1 2 #endif +#ifndef COPTER_LEDS +#define COPTER_LEDS ENABLED +#endif + ////////////////////////////////////////////////////////////////////////////// // Pushbutton & Relay // @@ -906,11 +910,6 @@ # define CUT_MOTORS 1 // do we cut the motors with no throttle? #endif -#ifndef MOTOR_LEDS -# define MOTOR_LEDS 1 // 0 = off, 1 = on -#endif - - ////////////////////////////////////////////////////////////////////////////// // RC override //