Simple rename of hex_print

This commit is contained in:
Scott Lahteine
2020-08-05 23:21:41 -05:00
committed by Scott Lahteine
parent e8dc7cad18
commit 76eff24718
10 changed files with 101 additions and 96 deletions

View File

@@ -60,7 +60,7 @@ void GcodeSuite::M502() {
#if ENABLED(EEPROM_SETTINGS)
#if ENABLED(MARLIN_DEV_MODE)
#include "../../libs/hex_print_routines.h"
#include "../../libs/hex_print.h"
#endif
/**