1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Rebased on to master

This commit is contained in:
jflyper 2017-05-07 22:26:47 +09:00
commit 4b80bceb1f
288 changed files with 5099 additions and 2801 deletions

View file

@ -541,8 +541,6 @@ void activateConfig(void)
setAccelerationFilter(accelerometerConfig()->acc_lpf_hz);
imuConfigure(throttleCorrectionConfig()->throttle_correction_angle);
configureAltitudeHold(currentPidProfile);
#endif
}