mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: Align indentation with others
This commit is contained in:
parent
f987fa4a4e
commit
337ba27370
|
@ -161,7 +161,7 @@ enum class LogErrorCode : uint8_t {
|
|||
FAILED_CIRCLE_INIT = 4,
|
||||
DEST_OUTSIDE_FENCE = 5,
|
||||
RTL_MISSING_RNGFND = 6,
|
||||
// subsystem specific error codes -- internal_error
|
||||
// subsystem specific error codes -- internal_error
|
||||
INTERNAL_ERRORS_DETECTED = 1,
|
||||
|
||||
// parachute failed to deploy because of low altitude or landed
|
||||
|
|
Loading…
Reference in New Issue