1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Leave pidController in ITCM_RAM

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-03-10 08:32:00 +01:00
parent 780728d633
commit 10b74bb9f8

View file

@ -953,7 +953,7 @@ void checkItermLimitingActive(pidState_t *pidState)
pidState->itermLimitActive = STATE(ANTI_WINDUP) || shouldActivate;
}
void pidController(float dT)
void FAST_CODE pidController(float dT)
{
if (!pidFiltersConfigured) {
return;