mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: added set source events for EKF3
This commit is contained in:
parent
6f789ead55
commit
8430fc1002
|
@ -47,6 +47,9 @@ public:
|
|||
unsetTerrainHgtStable = 10,
|
||||
requestYawReset = 11,
|
||||
checkLaneSwitch = 12,
|
||||
setSourceSet0 = 13,
|
||||
setSourceSet1 = 14,
|
||||
setSourceSet2 = 15,
|
||||
};
|
||||
|
||||
// must remain the same as AP_AHRS_VehicleClass numbers-wise
|
||||
|
|
Loading…
Reference in New Issue