Move M201 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 01:33:25 -05:00
parent 92c15f5578
commit 5e63efc1d9
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/config/M201.h"
#if 0 // Not used for Sprinter/grbl gen6
#include "gcode/config/M202.h"
#endif