mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Replaced config pointers with config PG macros. Tidied #includes
This commit is contained in:
parent
b83d1e4176
commit
7529b45aa4
15 changed files with 84 additions and 132 deletions
|
@ -1300,7 +1300,7 @@ static mspResult_e mspFcProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
|||
}
|
||||
schedulePidGainsUpdate();
|
||||
#if defined(NAV)
|
||||
navigationUsePIDs(¤tProfile->pidProfile);
|
||||
navigationUsePIDs();
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue