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;
|
boardConfiguration->fsioOutputPins[index] = pin;
|
||||||
scheduleMsg(logger, "FSIO output pin #%d [%s]", (index + 1), hwPortname(pin));
|
scheduleMsg(logger, "FSIO output pin #%d [%s]", (index + 1), hwPortname(pin));
|
||||||
|
scheduleMsg(logger, "please writeconfig and reboot for pin to take effect");
|
||||||
showFsioInfo();
|
showFsioInfo();
|
||||||
}
|
}
|
||||||
#endif /* EFI_PROD_CODE */
|
#endif /* EFI_PROD_CODE */
|
||||||
|
|
Loading…
Reference in New Issue