mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #1873 from jflyper/bfdev-fix-boxosd
Activate BOXOSD unconditionally (Fixes #1870)
This commit is contained in:
commit
100746cccb
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