Fix conditions for display strings

master
AnHardt 9 years ago committed by Richard Wackerbarth
parent aaccea0260
commit 87a97f3724

@ -423,13 +423,13 @@
#ifndef MSG_HEATING
#define MSG_HEATING "Heating..."
#endif
#ifndef MSG_HEATING
#ifndef MSG_HEATING_COMPLETE
#define MSG_HEATING_COMPLETE "Heating done."
#endif
#ifndef MSG_HEATING
#ifndef MSG_BED_HEATING
#define MSG_BED_HEATING "Bed Heating."
#endif
#ifndef MSG_HEATING
#ifndef MSG_BED_DONE
#define MSG_BED_DONE "Bed done."
#endif

Loading…
Cancel
Save