mirror of https://github.com/ArduPilot/ardupilot
Plane: Deprecate some Log Message enumerations which are moving to the DataFlash library.
This commit is contained in:
parent
5b70550b73
commit
747232b197
|
@ -113,21 +113,21 @@ enum log_messages {
|
|||
LOG_NTUN_MSG,
|
||||
LOG_PERFORMANCE_MSG,
|
||||
LOG_CMD_MSG_DEPRECATED, // deprecated
|
||||
LOG_CURRENT_MSG,
|
||||
LOG_CURRENT_MSG_DEPRECATED,
|
||||
LOG_STARTUP_MSG,
|
||||
TYPE_AIRSTART_MSG,
|
||||
TYPE_GROUNDSTART_MSG,
|
||||
LOG_CAMERA_MSG_DEPRECATED,
|
||||
LOG_ATTITUDE_MSG,
|
||||
LOG_MODE_MSG,
|
||||
LOG_COMPASS_MSG,
|
||||
LOG_ATTITUDE_MSG_DEPRECATED,
|
||||
LOG_MODE_MSG_DEPRECATED,
|
||||
LOG_COMPASS_MSG_DEPRECATED,
|
||||
LOG_TECS_MSG,
|
||||
LOG_RC_MSG,
|
||||
LOG_SONAR_MSG,
|
||||
LOG_COMPASS2_MSG,
|
||||
LOG_COMPASS2_MSG_DEPRECATED,
|
||||
LOG_ARM_DISARM_MSG,
|
||||
LOG_AIRSPEED_MSG_DEPRECATED, // deprecated
|
||||
LOG_COMPASS3_MSG
|
||||
LOG_COMPASS3_MSG_DEPRECATED
|
||||
#if OPTFLOW == ENABLED
|
||||
,LOG_OPTFLOW_MSG
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue