Move M280 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 02:58:39 -05:00
parent d4d3d92f8a
commit 6ed5252884
3 changed files with 12 additions and 10 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if HAS_SERVOS
#include "gcode/control/M280.h"
#endif
#if HAS_BUZZER
#include "gcode/lcd/M300.h"
#endif