AP_CANManager: correct metadata for values

This commit is contained in:
Hwurzburg 2021-08-23 10:23:46 -05:00 committed by Andrew Tridgell
parent d372907a98
commit 00a1cbffde

View File

@ -23,7 +23,7 @@ const AP_Param::GroupInfo AP_CANManager::CANIface_Params::var_info[] = {
// @Param: DRIVER
// @DisplayName: Index of virtual driver to be used with physical CAN interface
// @Description: Enabling this option enables use of CAN buses.
// @Values: 0:Disabled,1:First driver,2:Second driver
// @Values: 0:Disabled,1:First driver,2:Second driver,3:Third driver
// @User: Standard
// @RebootRequired: True
AP_GROUPINFO_FLAGS("DRIVER", 1, AP_CANManager::CANIface_Params, _driver_number, HAL_CAN_DRIVER_DEFAULT, AP_PARAM_FLAG_ENABLE),