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

Remove unused vario feature and option. Move warning led code into

statusindicator.c/h
This commit is contained in:
Dominic Clifton 2014-06-01 17:20:01 +01:00
parent 4b437e8e08
commit fd0b7cdf80
7 changed files with 37 additions and 57 deletions

View file

@ -85,7 +85,7 @@ static const char * const mixerNames[] = {
static const char * const featureNames[] = {
"RX_PPM", "VBAT", "INFLIGHT_ACC_CAL", "RX_SERIAL", "MOTOR_STOP",
"SERVO_TILT", "SOFTSERIAL", "LED_RING", "GPS", "FAILSAFE",
"SONAR", "TELEMETRY", "CURRENT_METER", "VARIO", "3D", "RX_PARALLEL_PWM",
"SONAR", "TELEMETRY", "CURRENT_METER", "3D", "RX_PARALLEL_PWM",
"RX_MSP", "RSSI_ADC", NULL
};