mirror of https://github.com/ArduPilot/ardupilot
Rover: remove unused defines
This commit is contained in:
parent
2eeac9e6fd
commit
3f581d7a20
|
@ -104,6 +104,3 @@ enum frame_class {
|
|||
FRAME_BOAT = 2,
|
||||
FRAME_BALANCEBOT = 3,
|
||||
};
|
||||
|
||||
#define AUX_SWITCH_PWM_TRIGGER_HIGH 1800 // pwm value above which the ch7 or ch8 option will be invoked
|
||||
#define AUX_SWITCH_PWM_TRIGGER_LOW 1200 // pwm value below which the ch7 or ch8 option will be disabled
|
||||
|
|
Loading…
Reference in New Issue