mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
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
|
// @Range: 1 255
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
|
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if HAL_GCS_ENABLED || defined(HAL_PERIPH_SHOW_SERIAL_MANAGER_PARAMS)
|
||||||
// @Group: SERIAL
|
// @Group: SERIAL
|
||||||
// @Path: ../libraries/AP_SerialManager/AP_SerialManager.cpp
|
// @Path: ../libraries/AP_SerialManager/AP_SerialManager.cpp
|
||||||
GOBJECT(serial_manager, "SERIAL", AP_SerialManager),
|
GOBJECT(serial_manager, "SERIAL", AP_SerialManager),
|
||||||
|
Loading…
Reference in New Issue
Block a user