Make GCodeParser::debug static (#11294)
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(DEBUG_GCODE_PARSER)
|
#if ENABLED(DEBUG_GCODE_PARSER)
|
||||||
void debug();
|
static void debug();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GCodeParser() {
|
GCodeParser() {
|
||||||
|
Reference in New Issue
Block a user