From 2e63b3ae8e6e54304fd16dd6445095b1cdba7625 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Nov 2012 16:23:29 +1100 Subject: [PATCH] AP_GPS: added in two more dynamic model enums --- libraries/AP_GPS/GPS.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/AP_GPS/GPS.h b/libraries/AP_GPS/GPS.h index 21b1efdb22..f531b61ac3 100644 --- a/libraries/AP_GPS/GPS.h +++ b/libraries/AP_GPS/GPS.h @@ -39,6 +39,8 @@ public: // this enum GPS_Engine_Setting { GPS_ENGINE_NONE = -1, + GPS_ENGINE_PORTABLE = 0, + GPS_ENGINE_STATIONARY = 2, GPS_ENGINE_PEDESTRIAN = 3, GPS_ENGINE_AUTOMOTIVE = 4, GPS_ENGINE_SEA = 5,