Browse Source

Compiler Complaints about concatenated tokens (PR#2566)

Richard Wackerbarth 10 years ago
parent
commit
b217474eab
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language_en.h

+ 3
- 3
Marlin/language_en.h View File

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"

Loading…
Cancel
Save