Compiler Complaints about concatenated tokens (PR#2566)

This commit is contained in:
Richard Wackerbarth 2015-07-30 15:08:37 -05:00
parent c39dc2908f
commit b217474eab

View file

@ -163,13 +163,13 @@
#define MSG_CONTROL "Control"
#endif
#ifndef MSG_MIN
#define MSG_MIN " "LCD_STR_THERMOMETER " Min"
#define MSG_MIN " " LCD_STR_THERMOMETER " Min"
#endif
#ifndef MSG_MAX
#define MSG_MAX " "LCD_STR_THERMOMETER " Max"
#define MSG_MAX " " LCD_STR_THERMOMETER " Max"
#endif
#ifndef MSG_FACTOR
#define MSG_FACTOR " "LCD_STR_THERMOMETER " Fact"
#define MSG_FACTOR " " LCD_STR_THERMOMETER " Fact"
#endif
#ifndef MSG_AUTOTEMP
#define MSG_AUTOTEMP "Autotemp"