Commit d64e5c2b authored by MagoKimbra's avatar MagoKimbra

Merge remote-tracking branch 'refs/remotes/origin/master' into dev

parents e2cd46e4 505aab6a
...@@ -8024,7 +8024,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) { ...@@ -8024,7 +8024,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
void kill(const char* lcd_msg) { void kill(const char* lcd_msg) {
#if ENABLED(KILL_METHOD) && KILL_METHOD == 1 #if ENABLED(KILL_METHOD) && KILL_METHOD == 1
HAL::resetHardware(); HAL::resetHardware();
#else #endif
#if ENABLED(ULTRA_LCD) #if ENABLED(ULTRA_LCD)
lcd_setalertstatuspgm(lcd_msg); lcd_setalertstatuspgm(lcd_msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment