mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: Align the order of definitions
This commit is contained in:
parent
c69366ac10
commit
6c1a5bf3d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user