mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
fixing some typos and inconsistencies in cli/set variable naming.
This commit is contained in:
parent
b07ca4b4a1
commit
5a05de5da7
6 changed files with 236 additions and 236 deletions
|
@ -38,7 +38,7 @@ int main(void)
|
|||
#endif
|
||||
checkFirstTime(false);
|
||||
readEEPROM();
|
||||
systemInit(mcfg.emfAvoidance);
|
||||
systemInit(mcfg.emf_avoidance);
|
||||
#ifdef USE_LAME_PRINTF
|
||||
init_printf(NULL, _putc);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue