AHRS: interate move of p1 from Location to mission cmd

This commit is contained in:
Randy Mackay 2014-03-03 14:41:14 +09:00
parent 5dd86bd7d7
commit efd4058e8b

View File

@ -67,9 +67,7 @@ public:
_flags.armed = true;
// initialise _home
_home.id = MAV_CMD_NAV_WAYPOINT;
_home.options = 0;
_home.p1 = 0;
_home.alt = 0;
_home.lng = 0;
_home.lat = 0;