Fix conditions for display strings

This commit is contained in:
AnHardt 2015-07-27 03:11:38 +02:00 committed by Richard Wackerbarth
parent aaccea0260
commit 87a97f3724

View File

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