mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_GPS: added in two more dynamic model enums
This commit is contained in:
parent
d5e1a75616
commit
2e63b3ae8e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user