mirror of https://github.com/ArduPilot/ardupilot
Rover: remove stale defines for log message types
This commit is contained in:
parent
0031deb175
commit
37293b1cf4
|
@ -25,11 +25,9 @@
|
|||
#define LOG_THR_MSG 0x01
|
||||
#define LOG_NTUN_MSG 0x02
|
||||
#define LOG_STARTUP_MSG 0x06
|
||||
#define LOG_RANGEFINDER_MSG 0x07
|
||||
#define LOG_STEERING_MSG 0x0D
|
||||
#define LOG_GUIDEDTARGET_MSG 0x0E
|
||||
|
||||
#define TYPE_AIRSTART_MSG 0x00
|
||||
#define TYPE_GROUNDSTART_MSG 0x01
|
||||
|
||||
#define MASK_LOG_ATTITUDE_FAST (1<<0)
|
||||
|
|
Loading…
Reference in New Issue