mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Fix heli compilation
This commit is contained in:
parent
f843b42e5b
commit
e93daca17e
@ -399,6 +399,13 @@ public:
|
|||||||
ch7_option (CH7_OPTION),
|
ch7_option (CH7_OPTION),
|
||||||
auto_slew_rate (AUTO_SLEW_RATE),
|
auto_slew_rate (AUTO_SLEW_RATE),
|
||||||
|
|
||||||
|
#if FRAME_CONFIG == HELI_FRAME
|
||||||
|
heli_servo_1 (CH_1),
|
||||||
|
heli_servo_2 (CH_2),
|
||||||
|
heli_servo_3 (CH_3),
|
||||||
|
heli_servo_4 (CH_4),
|
||||||
|
#endif
|
||||||
|
|
||||||
rc_1 (CH_1),
|
rc_1 (CH_1),
|
||||||
rc_2 (CH_2),
|
rc_2 (CH_2),
|
||||||
rc_3 (CH_3),
|
rc_3 (CH_3),
|
||||||
|
Loading…
Reference in New Issue
Block a user