AP_GPS: added in two more dynamic model enums

This commit is contained in:
Andrew Tridgell 2012-11-22 16:23:29 +11:00
parent d5e1a75616
commit 2e63b3ae8e

View File

@ -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,