ArduCopter: Fix typo: auxiliar to auxiliary
This commit is contained in:
parent
30610fb17d
commit
c581a702a0
@ -493,7 +493,7 @@ void Copter::one_hz_loop()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// update assigned functions and enable auxiliar servos
|
// update assigned functions and enable auxiliary servos
|
||||||
RC_Channel_aux::enable_aux_servos();
|
RC_Channel_aux::enable_aux_servos();
|
||||||
|
|
||||||
check_usb_mux();
|
check_usb_mux();
|
||||||
|
@ -30,9 +30,9 @@ enum autopilot_yaw_mode {
|
|||||||
#define CH6_PWM_TRIGGER_LOW 1200
|
#define CH6_PWM_TRIGGER_LOW 1200
|
||||||
|
|
||||||
// values used by the ap.ch7_opt and ap.ch8_opt flags
|
// values used by the ap.ch7_opt and ap.ch8_opt flags
|
||||||
#define AUX_SWITCH_LOW 0 // indicates auxiliar switch is in the low position (pwm <1200)
|
#define AUX_SWITCH_LOW 0 // indicates auxiliary switch is in the low position (pwm <1200)
|
||||||
#define AUX_SWITCH_MIDDLE 1 // indicates auxiliar switch is in the middle position (pwm >1200, <1800)
|
#define AUX_SWITCH_MIDDLE 1 // indicates auxiliary switch is in the middle position (pwm >1200, <1800)
|
||||||
#define AUX_SWITCH_HIGH 2 // indicates auxiliar switch is in the high position (pwm >1800)
|
#define AUX_SWITCH_HIGH 2 // indicates auxiliary switch is in the high position (pwm >1800)
|
||||||
|
|
||||||
// Aux Switch enumeration
|
// Aux Switch enumeration
|
||||||
enum aux_sw_func {
|
enum aux_sw_func {
|
||||||
|
Loading…
Reference in New Issue
Block a user