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

Removed 'tlm_switch', replaced with 'isModeActivationConditionPresent(BOXTELEMETRY)'.

This commit is contained in:
mikeller 2018-05-08 01:14:18 +12:00
parent 7b831f94ee
commit 19a360b867
6 changed files with 6 additions and 9 deletions

View file

@ -246,7 +246,7 @@ void initActiveBoxIds(void)
BME(BOXOSD);
#ifdef USE_TELEMETRY
if (feature(FEATURE_TELEMETRY) && telemetryConfig()->telemetry_switch) {
if (feature(FEATURE_TELEMETRY)) {
BME(BOXTELEMETRY);
}
#endif