1
0
Fork 0
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:
dongie 2014-04-23 09:53:05 +09:00
parent b07ca4b4a1
commit 5a05de5da7
6 changed files with 236 additions and 236 deletions

View file

@ -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