1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Static i2c Clockspeed set to 1200khz (Stability test needed)

Luxfloat can now run with acc stable
This commit is contained in:
borisbstyle 2015-09-23 01:25:45 +02:00
parent f79e7dd6d6
commit 9ed1c46065
6 changed files with 6 additions and 24 deletions

View file

@ -168,7 +168,6 @@ void init(void)
// Configure the System clock frequency, HCLK, PCLK2 and PCLK1 prescalers
// Configure the Flash Latency cycles and enable prefetch buffer
SetSysClock(masterConfig.emf_avoidance);
i2cSetClockSelect(masterConfig.i2c_overclock);
#endif
#ifdef USE_HARDWARE_REVISION_DETECTION