1
0
Fork 0
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:
Martin Budden 2017-01-15 08:27:02 +00:00
parent b83d1e4176
commit 7529b45aa4
15 changed files with 84 additions and 132 deletions

View file

@ -1300,7 +1300,7 @@ static mspResult_e mspFcProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
}
schedulePidGainsUpdate();
#if defined(NAV)
navigationUsePIDs(&currentProfile->pidProfile);
navigationUsePIDs();
#endif
break;