Copter: Use AP_Motors_Multirotors class for params

This commit is contained in:
Robert Lefebvre 2015-07-02 17:15:59 -04:00 committed by Randy Mackay
parent 61d6c5aa1d
commit cdfdb340df
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = {
#else
// @Group: MOT_
// @Path: ../libraries/AP_Motors/AP_Motors_Class.cpp
GOBJECT(motors, "MOT_", AP_Motors),
GOBJECT(motors, "MOT_", AP_Motors_Multirotor),
#endif
// @Group: RCMAP_