AP_Arming: support Benewake CAN

This commit is contained in:
Andrew Tridgell 2021-11-12 21:12:22 +11:00 committed by Randy Mackay
parent cfc25c4161
commit 31b5cbef6b
1 changed files with 1 additions and 0 deletions

View File

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