mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
AP_Motors: fixup build for ftype conflict
This commit is contained in:
parent
9629b19ec1
commit
6bcc0737ae
@ -121,9 +121,9 @@ AP_MotorsUGV::AP_MotorsUGV(AP_ServoRelayEvents &relayEvents, AP_WheelRateControl
|
||||
_singleton = this;
|
||||
}
|
||||
|
||||
void AP_MotorsUGV::init(uint8_t ftype)
|
||||
void AP_MotorsUGV::init(uint8_t frtype)
|
||||
{
|
||||
_frame_type = frame_type(ftype);
|
||||
_frame_type = frame_type(frtype);
|
||||
|
||||
// setup servo output
|
||||
setup_servo_output();
|
||||
|
Loading…
Reference in New Issue
Block a user