1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

minor refactoring

This commit is contained in:
Roman Lut 2022-08-21 21:46:47 +03:00
parent f0687abeb1
commit 56a6ce26c1

View file

@ -3473,7 +3473,8 @@ bool mspFCProcessInOutCommand(uint16_t cmdMSP, sbuf_t *dst, sbuf_t *src, mspResu
} }
else { else {
sbufAdvance(src, 4 + 4 + 4 + 2 + 2 + 2 * 3); sbufAdvance(src, 4 + 4 + 4 + 2 + 2 + 2 * 3);
DISABLE_STATE(GPS_FIX); // Feed data to navigation
gpsProcessNewSolutionData();
} }
} }
else { else {