Fix compile issue with G38

Fixes #7250
This commit is contained in:
Scott Lahteine
2017-07-06 14:06:39 -05:00
parent 678914be25
commit 11c589c3ec
4 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ public:
static char command_letter; // G, M, or T
static int codenum; // 123
#if USE_GCODE_SUBCODES
static int subcode; // .1
static uint8_t subcode; // .1
#endif
#if ENABLED(DEBUG_GCODE_PARSER)