Skip to content
Snippets Groups Projects
Commit ac9555a3 authored by rmackay9's avatar rmackay9
Browse files

ArduCopter - LEDS - added new COPTER_LEDS definition

Code by Robert Lefebvre
parent d1a5d1f9
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,10 @@ ...@@ -140,6 +140,10 @@
# define CURRENT_PIN_1 2 # define CURRENT_PIN_1 2
#endif #endif
#ifndef COPTER_LEDS
#define COPTER_LEDS ENABLED
#endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Pushbutton & Relay // Pushbutton & Relay
// //
...@@ -906,11 +910,6 @@ ...@@ -906,11 +910,6 @@
# define CUT_MOTORS 1 // do we cut the motors with no throttle? # define CUT_MOTORS 1 // do we cut the motors with no throttle?
#endif #endif
#ifndef MOTOR_LEDS
# define MOTOR_LEDS 1 // 0 = off, 1 = on
#endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// RC override // RC override
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment