mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: allow showing SerialManager params without HAL_GCS
This commit is contained in:
parent
4cb2562ee5
commit
2c23ae970f
|
@ -443,7 +443,9 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
|
|||
// @Range: 1 255
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
|
||||
#endif
|
||||
|
||||
#if HAL_GCS_ENABLED || defined(HAL_PERIPH_SHOW_SERIAL_MANAGER_PARAMS)
|
||||
// @Group: SERIAL
|
||||
// @Path: ../libraries/AP_SerialManager/AP_SerialManager.cpp
|
||||
GOBJECT(serial_manager, "SERIAL", AP_SerialManager),
|
||||
|
|
Loading…
Reference in New Issue