Move M110 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 22:34:40 -05:00
parent 7479ff98b7
commit a831977dee
3 changed files with 4 additions and 8 deletions

View File

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