AP_Logger: Align the order of definitions

This commit is contained in:
muramura 2024-10-06 10:24:24 +09:00 committed by Peter Barker
parent c69366ac10
commit 6c1a5bf3d0

View File

@ -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,