Browse Source

AP_DAL: added set source events for EKF3

apm_2208
Andrew Tridgell 3 years ago committed by Peter Barker
parent
commit
8430fc1002
  1. 3
      libraries/AP_DAL/AP_DAL.h

3
libraries/AP_DAL/AP_DAL.h

@ -47,6 +47,9 @@ public: @@ -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…
Cancel
Save