1
0
forked from me/IronOS

Update GUIThread.cpp

This commit is contained in:
Ben V. Brown
2020-11-01 14:57:39 +11:00
parent 9fd1c957ce
commit 3538acb07d

View File

@@ -304,7 +304,7 @@ static int gui_SolderingSleepingMode(bool stayOff) {
return 0;
}
#ifdef POW_PD
#ifdef POW_DC
if (checkVoltageForExit())
return 1; // return non-zero on error
#endif