Browse Source

AP_Arming: remove Driver_Type_MPPT_PacketDigital from CAN checks

we have removed AP_BattMonitor_MPPT_PacketDigital, hence this should be removed too
gps-1.3.1
Shiv Tyagi 3 years ago committed by Randy Mackay
parent
commit
814e0f9cac
  1. 1
      libraries/AP_Arming/AP_Arming.cpp

1
libraries/AP_Arming/AP_Arming.cpp

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

Loading…
Cancel
Save