Move M119-M121 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 00:46:24 -05:00
parent 379f16558e
commit eef4a54778
4 changed files with 16 additions and 27 deletions

View File

@ -355,10 +355,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/host/M119.h"
#include "gcode/control/M120_M121.h"
#if HAS_COLOR_LEDS
#include "gcode/feature/leds/M150.h"
#endif