this helps bootloader?
This commit is contained in:
parent
f1898d752f
commit
cccb580de1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue