mirror of https://github.com/ArduPilot/ardupilot
AP_CANManager: Add TOFSenseP CAN driver
This commit is contained in:
parent
4422296b95
commit
0110c98afc
|
@ -27,5 +27,6 @@ public:
|
|||
Scripting = 10,
|
||||
Benewake = 11,
|
||||
Scripting2 = 12,
|
||||
TOFSenseP = 13,
|
||||
};
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@ const AP_Param::GroupInfo AP_CANManager::CANDriver_Params::var_info[] = {
|
|||
// @Param: PROTOCOL
|
||||
// @DisplayName: Enable use of specific protocol over virtual driver
|
||||
// @Description: Enabling this option starts selected protocol that will use this virtual driver
|
||||
// @Values: 0:Disabled,1:DroneCAN,4:PiccoloCAN,6:EFI_NWPMU,7:USD1,8:KDECAN,10:Scripting,11:Benewake,12:Scripting2
|
||||
// @Values: 0:Disabled,1:DroneCAN,4:PiccoloCAN,6:EFI_NWPMU,7:USD1,8:KDECAN,10:Scripting,11:Benewake,12:Scripting2, 13:TOFSenseP
|
||||
// @User: Advanced
|
||||
// @RebootRequired: True
|
||||
AP_GROUPINFO("PROTOCOL", 1, AP_CANManager::CANDriver_Params, _driver_type, float(AP_CAN::Protocol::DroneCAN)),
|
||||
|
|
Loading…
Reference in New Issue