0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-18 07:10:58 +00:00

Make GCodeParser::debug static (#11294)

This commit is contained in:
Giuliano 2018-07-18 06:38:39 +02:00 committed by Scott Lahteine
parent 76ec07301d
commit 9d0627d66c

View file

@ -90,7 +90,7 @@ public:
#endif
#if ENABLED(DEBUG_GCODE_PARSER)
void debug();
static void debug();
#endif
GCodeParser() {