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:
parent
7cec1f2fdb
commit
94e199ecd9
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue