explicit GDI not Restarting until we see VBatt

This commit is contained in:
rusefillc 2023-12-12 21:12:45 -05:00
parent 90fb12deec
commit 065ed8f653
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ bool Pt2001Base::restart() {
deselect();
if (getVbatt() < 8) {
// efiPrintf("GDI not Restarting until we see VBatt");
onError("GDI not Restarting until we see VBatt");
return false;
}