mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Tidy of osd.c
This commit is contained in:
parent
7861603c96
commit
30dfe0c3a5
4 changed files with 120 additions and 123 deletions
|
@ -498,7 +498,7 @@ void createDefaultConfig(master_t *config)
|
|||
|
||||
#ifdef OSD
|
||||
intFeatureSet(FEATURE_OSD, config);
|
||||
resetOsdConfig(&config->osdProfile);
|
||||
osdResetConfig(&config->osdProfile);
|
||||
#endif
|
||||
|
||||
#ifdef BOARD_HAS_VOLTAGE_DIVIDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue