mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
AP_DAL: added GPS disable EKF3 event
This commit is contained in:
parent
66eee5103a
commit
f46d0750cc
@ -50,6 +50,8 @@ public:
|
|||||||
setSourceSet0 = 13,
|
setSourceSet0 = 13,
|
||||||
setSourceSet1 = 14,
|
setSourceSet1 = 14,
|
||||||
setSourceSet2 = 15,
|
setSourceSet2 = 15,
|
||||||
|
EK3GPSDisable = 16,
|
||||||
|
EK3GPSEnable = 17,
|
||||||
};
|
};
|
||||||
|
|
||||||
// must remain the same as AP_AHRS_VehicleClass numbers-wise
|
// must remain the same as AP_AHRS_VehicleClass numbers-wise
|
||||||
|
Loading…
Reference in New Issue
Block a user