mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Enable OSD feature if USE_OSD_SD or USE_OSD_HD is defined (#12563)
This commit is contained in:
parent
950729fffe
commit
26eaaaee6a
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ if (systemConfig()->configurationState == CONFIGURATION_STATE_DEFAULTS_BARE) {
|
|||
#ifdef USE_LED_STRIP
|
||||
featureEnableImmediate(FEATURE_LED_STRIP);
|
||||
#endif
|
||||
#ifdef USE_OSD_SD
|
||||
#ifdef USE_OSD
|
||||
featureEnableImmediate(FEATURE_OSD);
|
||||
#endif
|
||||
#ifdef USE_RANGEFINDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue