Rover: integrate brushless motor support

This commit is contained in:
Pierre Kancir 2017-07-06 12:24:30 +09:00 committed by Randy Mackay
parent 267a1532b9
commit f70a2b36ea

View File

@ -551,7 +551,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
ParametersG2::ParametersG2(void)
: beacon(rover.serial_manager)
: beacon(rover.serial_manager),
motors(rover.ServoRelayEvents)
#if ADVANCED_FAILSAFE == ENABLED
, afs(rover.mission, rover.barometer, rover.gps, rover.rcmap)
#endif