Skip to content

Commit

Permalink
AP_DAL: added GPS disable EKF3 event
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Nov 27, 2024
1 parent 66eee51 commit f46d075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_DAL/AP_DAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class AP_DAL {
setSourceSet0 = 13,
setSourceSet1 = 14,
setSourceSet2 = 15,
EK3GPSDisable = 16,
EK3GPSEnable = 17,
};

// must remain the same as AP_AHRS_VehicleClass numbers-wise
Expand Down

0 comments on commit f46d075

Please sign in to comment.