AP_MotorsHeli: remove slow_start

This commit is contained in:
Randy Mackay 2016-02-04 11:57:37 +09:00
parent c41a5dc3bd
commit 4514e8d100
1 changed files with 0 additions and 3 deletions

View File

@ -81,9 +81,6 @@ 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) = 0;
// slow_start - ignored by helicopters
void slow_start(bool true_false) {};
//
// heli specific methods
//