mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Logger: fix typo in AP_Logger.h
This commit is contained in:
parent
e6284fe879
commit
43eacbee33
@ -173,7 +173,7 @@ enum class LogErrorCode : uint8_t {
|
|||||||
// Baro specific error codes
|
// Baro specific error codes
|
||||||
BARO_GLITCH = 2,
|
BARO_GLITCH = 2,
|
||||||
BAD_DEPTH = 3, // sub-only
|
BAD_DEPTH = 3, // sub-only
|
||||||
// GPS specific error coces
|
// GPS specific error codes
|
||||||
GPS_GLITCH = 2,
|
GPS_GLITCH = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user