mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fixed disabling of OSD feature when OSD is disabled.
This commit is contained in:
parent
41fa8754bc
commit
1a30329c93
1 changed files with 4 additions and 0 deletions
|
@ -984,6 +984,10 @@ void init(void)
|
|||
|
||||
// osdInit will register with CMS by itself.
|
||||
osdInit(osdDisplayPort, osdDisplayPortDevice);
|
||||
|
||||
if (osdDisplayPortDevice == OSD_DISPLAYPORT_DEVICE_NONE) {
|
||||
featureDisableImmediate(FEATURE_OSD);
|
||||
}
|
||||
}
|
||||
#endif // USE_OSD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue