AP_Arming: added EFI_NWPMU

This commit is contained in:
Andrew Tridgell 2021-01-01 09:26:58 +11:00
parent db798ace05
commit fb84baf8a5
1 changed files with 1 additions and 0 deletions

View File

@ -898,6 +898,7 @@ bool AP_Arming::can_checks(bool report)
check_failed(ARMING_CHECK_SYSTEM, report, "TestCAN: No Arming with TestCAN enabled");
break;
}
case AP_CANManager::Driver_Type_EFI_NWPMU:
case AP_CANManager::Driver_Type_None:
break;
}