mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
changed feature to set variable
This commit is contained in:
parent
5377b39f36
commit
385c4387b7
5 changed files with 6 additions and 4 deletions
|
@ -38,7 +38,7 @@ int main(void)
|
|||
#endif
|
||||
checkFirstTime(false);
|
||||
readEEPROM();
|
||||
systemInit(feature(FEATURE_OVERCLOCK));
|
||||
systemInit(mcfg.emfAvoidance);
|
||||
#ifdef USE_LAME_PRINTF
|
||||
init_printf(NULL, _putc);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue