Move M117 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 00:40:59 -05:00
parent 1d2061c935
commit 811c32b85a
3 changed files with 5 additions and 7 deletions

View File

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