Sub: fix for AP_Motors API change

This commit is contained in:
Andrew Tridgell 2017-04-17 17:19:09 +10:00
parent 6526ff504d
commit aeb2a628c4

View File

@ -3,8 +3,6 @@
// enable_motor_output() - enable and output lowest possible value to motors
void Sub::enable_motor_output()
{
// enable motors
motors.enable();
motors.output_min();
}