Skip to content

Commit

Permalink
explicit GDI not Restarting until we see VBatt
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 13, 2023
1 parent 90fb12d commit 065ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt2001/src/pt2001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 065ed8f

Please sign in to comment.