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

Register BOXOSD unconditionally.

This commit is contained in:
jflyper 2016-12-23 17:02:51 +09:00
parent 40ec36f6c4
commit 7bca2785da

View file

@ -397,9 +397,7 @@ void initActiveBoxIds(void)
activeBoxIds[activeBoxIdCount++] = BOXCALIB;
}
if (feature(FEATURE_OSD)) {
activeBoxIds[activeBoxIdCount++] = BOXOSD;
}
activeBoxIds[activeBoxIdCount++] = BOXOSD;
#ifdef TELEMETRY
if (feature(FEATURE_TELEMETRY) && telemetryConfig()->telemetry_switch) {