5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 14:38:30 -04:00

AP_DAL: added GPS disable EKF3 event

This commit is contained in:
Andrew Tridgell 2022-08-04 10:44:41 +10:00
parent 66eee5103a
commit f46d0750cc

View File

@ -50,6 +50,8 @@ public:
setSourceSet0 = 13,
setSourceSet1 = 14,
setSourceSet2 = 15,
EK3GPSDisable = 16,
EK3GPSEnable = 17,
};
// must remain the same as AP_AHRS_VehicleClass numbers-wise