1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

CLI the wp CLI command to manage waypoints (#4473)

This commit is contained in:
hali9 2019-03-15 16:12:18 +01:00 committed by Michel Pastor
parent a86dde56ae
commit 5b25cfc583
6 changed files with 159 additions and 1 deletions

View file

@ -73,7 +73,6 @@ int16_t GPS_directionToHome; // direction to home point in degrees
#if defined(USE_NAV)
#if defined(NAV_NON_VOLATILE_WAYPOINT_STORAGE)
PG_DECLARE_ARRAY(navWaypoint_t, NAV_MAX_WAYPOINTS, nonVolatileWaypointList);
PG_REGISTER_ARRAY(navWaypoint_t, NAV_MAX_WAYPOINTS, nonVolatileWaypointList, PG_WAYPOINT_MISSION_STORAGE, 0);
#endif