瀏覽代碼

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,13 +163,13 @@
163 163
 #define MSG_CONTROL                         "Control"
164 164
 #endif
165 165
 #ifndef MSG_MIN
166
-#define MSG_MIN                             " "LCD_STR_THERMOMETER " Min"
166
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
167 167
 #endif
168 168
 #ifndef MSG_MAX
169
-#define MSG_MAX                             " "LCD_STR_THERMOMETER " Max"
169
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
170 170
 #endif
171 171
 #ifndef MSG_FACTOR
172
-#define MSG_FACTOR                          " "LCD_STR_THERMOMETER " Fact"
172
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " Fact"
173 173
 #endif
174 174
 #ifndef MSG_AUTOTEMP
175 175
 #define MSG_AUTOTEMP                        "Autotemp"

Loading…
取消
儲存