mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: remove CANTester
This commit is contained in:
parent
8c203d29d0
commit
95d8719465
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user