mirror of https://github.com/ArduPilot/ardupilot
Copter: remove stale enum entries for log message types
This commit is contained in:
parent
37293b1cf4
commit
9b398e8765
|
@ -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