From 7bca2785da292c2f4f45b6fb633c313835cb7186 Mon Sep 17 00:00:00 2001 From: jflyper Date: Fri, 23 Dec 2016 17:02:51 +0900 Subject: [PATCH] Register BOXOSD unconditionally. --- src/main/fc/fc_msp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/fc/fc_msp.c b/src/main/fc/fc_msp.c index 74074761bf..6c75c458b4 100755 --- a/src/main/fc/fc_msp.c +++ b/src/main/fc/fc_msp.c @@ -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) {