1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

whitspace

This commit is contained in:
ctzsnooze 2018-09-15 12:28:41 +10:00
parent ac5d2fbb3a
commit 299a2d6b8b

View file

@ -995,7 +995,7 @@ void FAST_CODE pidController(const pidProfile_t *pidProfile, const rollAndPitchT
#if defined(USE_ITERM_RELAX) #if defined(USE_ITERM_RELAX)
applyItermRelax(axis, iterm, gyroRate, &itermErrorRate, &currentPidSetpoint); applyItermRelax(axis, iterm, gyroRate, &itermErrorRate, &currentPidSetpoint);
#endif #endif
// --------low-level gyro-based PID based on 2DOF PID controller. ---------- // --------low-level gyro-based PID based on 2DOF PID controller. ----------
// 2-DOF PID controller with optional filter on derivative term. // 2-DOF PID controller with optional filter on derivative term.