whitespace

This commit is contained in:
PavelSindler 2018-05-22 13:33:31 +02:00
parent d63a17c696
commit 137e1c5027
2 changed files with 2 additions and 2 deletions

View File

@ -7164,7 +7164,7 @@ static void handleSafetyTimer()
{ {
setTargetBed(0); setTargetBed(0);
setTargetHotend(0, 0); setTargetHotend(0, 0);
lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED); lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED);
} }
} }
#endif //SAFETYTIMER #endif //SAFETYTIMER

View File

@ -20,7 +20,7 @@
#ifdef PAT9125 #ifdef PAT9125
#include "pat9125.h" #include "pat9125.h"
#endif //PAT9125 #endif //PAT9125
#ifdef TMC2130 #ifdef TMC2130
#include "tmc2130.h" #include "tmc2130.h"