Skip to content

Commit

Permalink
AP_Logger: Align the order of definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura committed Oct 6, 2024
1 parent be1c87f commit 569ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Logger/AP_Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ enum class LogEvent : uint8_t {
AUTO_ARMED = 15,
LAND_COMPLETE_MAYBE = 17,
LAND_COMPLETE = 18,
NOT_LANDED = 28,
LOST_GPS = 19,
FLIP_START = 21,
FLIP_END = 22,
SET_HOME = 25,
SET_SIMPLE_ON = 26,
SET_SIMPLE_OFF = 27,
NOT_LANDED = 28,
SET_SUPERSIMPLE_ON = 29,
AUTOTUNE_INITIALISED = 30,
AUTOTUNE_OFF = 31,
Expand Down

0 comments on commit 569ff51

Please sign in to comment.