mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Fix CJMCU build
This commit is contained in:
parent
33e79030f4
commit
a7f3eec47c
1 changed files with 2 additions and 0 deletions
|
@ -1204,7 +1204,9 @@ static mspResult_e mspFcProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
|||
currentProfile->pidProfile.D8[i] = sbufReadU8(src);
|
||||
}
|
||||
schedulePidGainsUpdate();
|
||||
#if defined(NAV)
|
||||
navigationUsePIDs(¤tProfile->pidProfile);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSP_SET_MODE_RANGE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue