Move M115 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 00:38:39 -05:00
parent 81b8fbf4d6
commit 1d2061c935
3 changed files with 7 additions and 7 deletions

View File

@ -355,8 +355,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/host/M115.h"
#include "gcode/lcd/M117.h"
#include "gcode/host/M118.h"