AP_Logger: canonicalize on STANDBY rather than STANDY_BY

This commit is contained in:
Peter Barker 2019-10-21 18:07:11 +11:00 committed by Andrew Tridgell
parent 66e417691e
commit 7e08bbc5e9

View File

@ -88,8 +88,8 @@ enum Log_Event : uint8_t {
DATA_ZIGZAG_STORE_A = 71,
DATA_ZIGZAG_STORE_B = 72,
DATA_LAND_REPO_ACTIVE = 73,
DATA_STAND_BY_ENABLE = 74,
DATA_STAND_BY_DISABLE = 75,
DATA_STANDBY_ENABLE = 74,
DATA_STANDBY_DISABLE = 75,
DATA_SURFACED = 163,
DATA_NOT_SURFACED = 164,