Skip to content

Commit

Permalink
Enable OSD feature if USE_OSD_SD or USE_OSD_HD is defined (#12563)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans committed Mar 22, 2023
1 parent 950729f commit 26eaaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26eaaae

Please sign in to comment.