This commit is contained in:
parent
36ba17ac1c
commit
af1c64712b
|
@ -194,6 +194,7 @@ static void setFsioOutputPin(const char *indexStr, const char *pinName) {
|
|||
}
|
||||
boardConfiguration->fsioOutputPins[index] = pin;
|
||||
scheduleMsg(logger, "FSIO output pin #%d [%s]", (index + 1), hwPortname(pin));
|
||||
scheduleMsg(logger, "please writeconfig and reboot for pin to take effect");
|
||||
showFsioInfo();
|
||||
}
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
|
Loading…
Reference in New Issue