1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 14:25:16 +03:00

Merge branch 'development' into wp_jump_giacomo892

This commit is contained in:
giacomo892 2020-02-22 17:42:54 +01:00 committed by GitHub
commit beb3f8b18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1465,7 +1465,7 @@ static navigationFSMEvent_t navOnEnteringState_NAV_STATE_WAYPOINT_REACHED(naviga
switch ((navWaypointActions_e)posControl.waypointList[posControl.activeWaypointIndex].action) {
case NAV_WP_ACTION_WAYPOINT:
return NAV_FSM_EVENT_SUCCESS; // NAV_STATE_WAYPOINT_NEXT
case NAV_WP_ACTION_JUMP:
UNREACHABLE();