1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

removed feature from driver

This commit is contained in:
Johannes Kasberger 2014-04-15 09:19:19 +02:00
parent 6716ecfe7e
commit 5377b39f36
3 changed files with 4 additions and 6 deletions

View file

@ -38,7 +38,7 @@ int main(void)
#endif
checkFirstTime(false);
readEEPROM();
systemInit();
systemInit(feature(FEATURE_OVERCLOCK));
#ifdef USE_LAME_PRINTF
init_printf(NULL, _putc);
#endif