1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2015-11-30 10:49:21 +10:00
parent 936df953eb
commit 43de844aca
4 changed files with 35 additions and 24 deletions

View file

@ -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];