mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: fix for changes to AP_Motors API
This commit is contained in:
parent
c4b0d7bc35
commit
6526ff504d
@ -1088,9 +1088,6 @@ void QuadPlane::set_armed(bool armed)
|
||||
return;
|
||||
}
|
||||
motors->armed(armed);
|
||||
if (armed) {
|
||||
motors->enable();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user