mirror of https://github.com/ArduPilot/ardupilot
AP_MotorsHeli: implement empty slow start method
This commit is contained in:
parent
a3fab10ef4
commit
7355ac9cb8
|
@ -148,6 +148,9 @@ public:
|
|||
// pwm value is an actual pwm value that will be output, normally in the range of 1000 ~ 2000
|
||||
virtual void output_test(uint8_t motor_seq, int16_t pwm);
|
||||
|
||||
// slow_start - ignored by helicopters
|
||||
void slow_start(bool true_false) {};
|
||||
|
||||
//
|
||||
// heli specific methods
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue