1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

remove dead i2c overclock code

This commit is contained in:
Steffen Windoffer 2019-06-18 16:47:16 +02:00
parent 1a75b0d5b3
commit 41875af760
2 changed files with 0 additions and 8 deletions

View file

@ -424,8 +424,6 @@ void init(void)
}
#endif
//i2cSetOverclock(masterConfig.i2c_overclock);
debugMode = systemConfig()->debug_mode;
#ifdef TARGET_PREINIT