Simple rename of hex_print

This commit is contained in:
Scott Lahteine
2020-08-05 23:21:41 -05:00
parent a9912681b4
commit d69c2a90b7
10 changed files with 101 additions and 96 deletions

View File

@@ -31,7 +31,7 @@
//#define DEBUG_GCODE_PARSER
#if ENABLED(DEBUG_GCODE_PARSER)
#include "../libs/hex_print_routines.h"
#include "../libs/hex_print.h"
#endif
#if ENABLED(TEMPERATURE_UNITS_SUPPORT)