mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: remove unused definitions
This commit is contained in:
parent
29340c68bd
commit
5ccfa247ac
@ -61,11 +61,6 @@ enum mode {
|
||||
#define FAILSAFE_EVENT_GCS (1<<1)
|
||||
#define FAILSAFE_EVENT_RC (1<<2)
|
||||
|
||||
// Commands - Note that APM now uses a subset of the MAVLink protocol commands. See enum MAV_CMD in the GCS_Mavlink library
|
||||
#define CMD_BLANK 0 // there is no command stored in the mem location requested
|
||||
#define NO_COMMAND 0
|
||||
#define WAIT_COMMAND 255
|
||||
|
||||
//repeating events
|
||||
#define NO_REPEAT 0
|
||||
#define CH_5_TOGGLE 1
|
||||
|
Loading…
Reference in New Issue
Block a user