AP_Arming: support Benewake CAN

This commit is contained in:
Andrew Tridgell 2021-11-12 21:12:22 +11:00
parent 4f6da39bb7
commit 5fe5d3a3d3
1 changed files with 1 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ bool AP_Arming::can_checks(bool report)
case AP_CANManager::Driver_Type_MPPT_PacketDigital:
case AP_CANManager::Driver_Type_None:
case AP_CANManager::Driver_Type_Scripting:
case AP_CANManager::Driver_Type_Benewake:
break;
}
}