浏览代码

Compiler Complaints about concatenated tokens (PR#2566)

Richard Wackerbarth 10 年前
父节点
当前提交
b217474eab
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Marlin/language_en.h

+ 3
- 3
Marlin/language_en.h 查看文件

163
 #define MSG_CONTROL                         "Control"
163
 #define MSG_CONTROL                         "Control"
164
 #endif
164
 #endif
165
 #ifndef MSG_MIN
165
 #ifndef MSG_MIN
166
-#define MSG_MIN                             " "LCD_STR_THERMOMETER " Min"
166
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
167
 #endif
167
 #endif
168
 #ifndef MSG_MAX
168
 #ifndef MSG_MAX
169
-#define MSG_MAX                             " "LCD_STR_THERMOMETER " Max"
169
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
170
 #endif
170
 #endif
171
 #ifndef MSG_FACTOR
171
 #ifndef MSG_FACTOR
172
-#define MSG_FACTOR                          " "LCD_STR_THERMOMETER " Fact"
172
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " Fact"
173
 #endif
173
 #endif
174
 #ifndef MSG_AUTOTEMP
174
 #ifndef MSG_AUTOTEMP
175
 #define MSG_AUTOTEMP                        "Autotemp"
175
 #define MSG_AUTOTEMP                        "Autotemp"

正在加载...
取消
保存