Browse Source

AP_Logger: canonicalize on STANDBY rather than STANDY_BY

master
Peter Barker 5 years ago committed by Randy Mackay
parent
commit
e84082a099
  1. 4
      libraries/AP_Logger/AP_Logger.h

4
libraries/AP_Logger/AP_Logger.h

@ -88,8 +88,8 @@ enum Log_Event : uint8_t { @@ -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,

Loading…
Cancel
Save