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

@ -46,7 +46,7 @@ char *GCodeParser::command_ptr,
char GCodeParser::command_letter;
int GCodeParser::codenum;
#if USE_GCODE_SUBCODES
int GCodeParser::subcode;
uint8_t GCodeParser::subcode;
#endif
#if ENABLED(FASTER_GCODE_PARSER)