AP_Arming: add MPPT PacketDigital driver

This commit is contained in:
Tom Pittenger 2021-04-22 11:03:25 -07:00 committed by Tom Pittenger
parent ba6bb21560
commit fa14fd1cec
1 changed files with 1 additions and 0 deletions

View File

@ -926,6 +926,7 @@ 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:
break;
}