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:
parent
780728d633
commit
10b74bb9f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue