0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 14:50:58 +00:00

Comment tweak

This commit is contained in:
Scott Lahteine 2015-04-02 06:11:03 -07:00
parent e96df67630
commit c756b4cf07

View file

@ -1027,7 +1027,7 @@ void setWatch() {
}
switch (*state) {
// Inactive state waits for a target temperature, then
// Inactive state waits for a target temperature to be set
case TRInactive:
if (target_temperature > 0) *state = TRFirstHeating;
break;