AP_Motors: fixup build for ftype conflict

This commit is contained in:
Andrew Tridgell 2021-06-18 14:34:43 +10:00
parent b8e42be5d1
commit 83158ceadb
1 changed files with 2 additions and 2 deletions

View File

@ -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();