Tools: remove CANTester

This commit is contained in:
Peter Barker 2023-04-14 10:26:53 +10:00 committed by Andrew Tridgell
parent 8c203d29d0
commit 95d8719465
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
// @Param: CAN_PROTOCOL
// @DisplayName: Enable use of specific protocol to be used on this port
// @Description: Enabling this option starts selected protocol that will use this virtual driver. At least one CAN port must be UAVCAN or else CAN1 gets set to UAVCAN
// @Values: 0:Disabled,1:UAVCAN,4:PiccoloCAN,5:CANTester,6:EFI_NWPMU,7:USD1,8:KDECAN
// @Values: 0:Disabled,1:UAVCAN,4:PiccoloCAN,6:EFI_NWPMU,7:USD1,8:KDECAN
// @User: Advanced
// @RebootRequired: True
GARRAY(can_protocol, 0, "CAN_PROTOCOL", AP_CANManager::Driver_Type_DroneCAN),