mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Vehicle: move serial_manager parameters up to base class
This commit is contained in:
parent
b623b8ec94
commit
32abb5b0ad
@ -276,6 +276,12 @@ const AP_Param::GroupInfo AP_Vehicle::var_info[] = {
|
||||
AP_SUBGROUPINFO(gripper, "GRIP_", 30, AP_Vehicle, AP_Gripper),
|
||||
#endif
|
||||
|
||||
#if AP_SERIALMANAGER_ENABLED
|
||||
// @Group: SERIAL
|
||||
// @Path: ../AP_SerialManager/AP_SerialManager.cpp
|
||||
AP_SUBGROUPINFO(serial_manager, "SERIAL", 31, AP_Vehicle, AP_SerialManager),
|
||||
#endif
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user