1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Remove Some WTF's

This commit is contained in:
borisbstyle 2016-02-07 00:18:40 +01:00
parent 9a5a73ade9
commit 350bae1ae9
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ void setGyroSamplingSpeed(uint16_t looptime) {
if (looptime != targetLooptime) {
#ifdef STM32F303xC
if (looptime < 1000) {
masterConfig.gyro_lpf = 1;
masterConfig.gyro_lpf = 0;
gyroSampleRate = 125;
maxDivider = 8;
} else {