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

@ -28,7 +28,7 @@
#include "../../../MarlinCore.h"
#include "../../../HAL/shared/eeprom_api.h"
#include "../../../libs/hex_print_routines.h"
#include "../../../libs/hex_print.h"
#include "../../../module/configuration_store.h"
#include "../../../lcd/ultralcd.h"
#include "../../../module/stepper.h"