1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Disable unused LED ring code.

Although it was compiled in for the NAZE target the ledringDetect()
method is never called.  Removing the feature for now too.
This commit is contained in:
Dominic Clifton 2014-06-07 16:46:06 +01:00
parent 0d3353c080
commit fd9d58110b
5 changed files with 11 additions and 14 deletions

View file

@ -101,7 +101,7 @@ static const char * const mixerNames[] = {
// sync this with AvailableFeatures enum from board.h
static const char * const featureNames[] = {
"RX_PPM", "VBAT", "INFLIGHT_ACC_CAL", "RX_SERIAL", "MOTOR_STOP",
"SERVO_TILT", "SOFTSERIAL", "LED_RING", "GPS", "FAILSAFE",
"SERVO_TILT", "SOFTSERIAL", "GPS", "FAILSAFE",
"SONAR", "TELEMETRY", "CURRENT_METER", "3D", "RX_PARALLEL_PWM",
"RX_MSP", "RSSI_ADC", NULL
};