浏览代码

Comment tweak

Scott Lahteine 10 年前
父节点
当前提交
c756b4cf07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp 查看文件

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

正在加载...
取消
保存