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:
parent
40ec36f6c4
commit
7bca2785da
1 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue