mirror of https://github.com/ArduPilot/ardupilot
ArduCopter - LEDS - added new COPTER_LEDS definition
Code by Robert Lefebvre
This commit is contained in:
parent
0a3bc9a66a
commit
84b07b5e6a
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue