소스 검색

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…
취소
저장