Plane: Deprecate some Log Message enumerations which are moving to the DataFlash library.

This commit is contained in:
Robert Lefebvre 2015-01-16 10:31:59 -05:00 committed by Randy Mackay
parent 5b70550b73
commit 747232b197
1 changed files with 6 additions and 6 deletions

View File

@ -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