AP_Arming: remove Driver_Type_MPPT_PacketDigital from CAN checks

we have removed AP_BattMonitor_MPPT_PacketDigital, hence this should be removed too
This commit is contained in:
Shiv Tyagi 2021-12-17 11:58:35 +05:30 committed by Randy Mackay
parent b2073e4e1c
commit 814e0f9cac

View File

@ -1024,7 +1024,6 @@ bool AP_Arming::can_checks(bool report)
}
case AP_CANManager::Driver_Type_EFI_NWPMU:
case AP_CANManager::Driver_Type_USD1:
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: