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

Fix white space

This commit is contained in:
breadoven 2021-02-10 22:38:30 +00:00
parent 7cec1f2fdb
commit 94e199ecd9
2 changed files with 2 additions and 2 deletions

View file

@ -2844,7 +2844,7 @@ void setWaypoint(uint8_t wpNumber, const navWaypoint_t * wpData)
posControl.waypointList[wpNumber - 1].p1 -= 1; // make index (vice WP #)
} else {
posControl.waypointList[wpNumber - 1].p3 = wpNumber - nonGeoWaypointCount;
}
}
} else {
posControl.waypointList[wpNumber - 1].p3 = wpNumber - nonGeoWaypointCount;
}