mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
minor refactoring
This commit is contained in:
parent
f0687abeb1
commit
56a6ce26c1
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue