mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Rover: remove stale defines for log message types
This commit is contained in:
parent
458f106c9b
commit
ec4a621c45
@ -25,11 +25,9 @@
|
|||||||
#define LOG_THR_MSG 0x01
|
#define LOG_THR_MSG 0x01
|
||||||
#define LOG_NTUN_MSG 0x02
|
#define LOG_NTUN_MSG 0x02
|
||||||
#define LOG_STARTUP_MSG 0x06
|
#define LOG_STARTUP_MSG 0x06
|
||||||
#define LOG_RANGEFINDER_MSG 0x07
|
|
||||||
#define LOG_STEERING_MSG 0x0D
|
#define LOG_STEERING_MSG 0x0D
|
||||||
#define LOG_GUIDEDTARGET_MSG 0x0E
|
#define LOG_GUIDEDTARGET_MSG 0x0E
|
||||||
|
|
||||||
#define TYPE_AIRSTART_MSG 0x00
|
|
||||||
#define TYPE_GROUNDSTART_MSG 0x01
|
#define TYPE_GROUNDSTART_MSG 0x01
|
||||||
|
|
||||||
#define MASK_LOG_ATTITUDE_FAST (1<<0)
|
#define MASK_LOG_ATTITUDE_FAST (1<<0)
|
||||||
|
Loading…
Reference in New Issue
Block a user