AP_BoardConfig: fix SLCAN param descriptions

This commit is contained in:
Randy Mackay 2019-03-28 12:04:43 +09:00
parent 7c09084f02
commit 543bb289f4
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ const AP_Param::GroupInfo AP_BoardConfig_CAN::var_info[] = {
#endif
#if !HAL_MINIMIZE_FEATURES
// @Group: SLCAN_
// @Path: ../AP_BoardConfig/canbus_slcan.cpp
AP_SUBGROUPINFO(_slcan, "SLCAN_", 7, AP_BoardConfig_CAN, AP_BoardConfig_CAN::SLCAN_Interface),
#endif
AP_GROUPEND