Move M111 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 22:40:04 -05:00
parent a831977dee
commit 06f3c8029e
3 changed files with 5 additions and 8 deletions

View File

@@ -374,8 +374,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/control/M111.h"
#if ENABLED(HOST_KEEPALIVE_FEATURE)
#include "gcode/host/M113.h"
#endif