Skip to content
Snippets Groups Projects
Commit 87a97f37 authored by AnHardt's avatar AnHardt Committed by Richard Wackerbarth
Browse files

Fix conditions for display strings

parent aaccea02
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment