this helps bootloader?

This commit is contained in:
rusefillc 2024-01-29 19:34:35 -05:00
parent f1898d752f
commit cccb580de1
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ ioportmask_t getHwPin(const char *msg, brain_pin_e brainPin) {
if (brain_pin_is_onchip(brainPin))
return getBrainPinIndex(brainPin);
firmwareError(ObdCode::CUSTOM_ERR_INVALID_PIN, "%s: Invalid on-chip Gpio: %d", msg, brainPin);
criticalError("%s: Invalid on-chip Gpio: %d", msg, brainPin);
return EFI_ERROR_CODE;
}