mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -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;
|
return;
|
||||||
}
|
}
|
||||||
motors->armed(armed);
|
motors->armed(armed);
|
||||||
if (armed) {
|
|
||||||
motors->enable();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user