1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2016-12-01 10:52:41 +10:00
parent 33e79030f4
commit a7f3eec47c

View file

@ -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(&currentProfile->pidProfile);
#endif
break;
case MSP_SET_MODE_RANGE: