mirror of https://github.com/ArduPilot/ardupilot
Copter: remove stale enum entries for log message types
This commit is contained in:
parent
ec4a621c45
commit
6672248b02
|
@ -178,8 +178,6 @@ enum DevOptions {
|
|||
|
||||
// Logging parameters
|
||||
enum LoggingParameters {
|
||||
TYPE_AIRSTART_MSG,
|
||||
TYPE_GROUNDSTART_MSG,
|
||||
LOG_CONTROL_TUNING_MSG,
|
||||
LOG_DATA_INT16_MSG,
|
||||
LOG_DATA_UINT16_MSG,
|
||||
|
|
Loading…
Reference in New Issue