mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Fix last waypoint issue
This commit is contained in:
parent
936df953eb
commit
43de844aca
4 changed files with 35 additions and 24 deletions
|
@ -238,6 +238,7 @@ typedef struct {
|
|||
navWaypointPosition_t waypointList[NAV_MAX_WAYPOINTS];
|
||||
int8_t waypointCount;
|
||||
int8_t activeWaypointIndex;
|
||||
bool waypointListValid;
|
||||
|
||||
/* Internals */
|
||||
int16_t rcAdjustment[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue