🩹 Fix DEBUG_CARDREADER (#24023)
This commit is contained in:
parent
3e1dd0d640
commit
a52dfc0373
|
@ -997,7 +997,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Flag whether hex_print.cpp is used
|
// Flag whether hex_print.cpp is used
|
||||||
#if ANY(AUTO_BED_LEVELING_UBL, M100_FREE_MEMORY_WATCHER, DEBUG_GCODE_PARSER, TMC_DEBUG, MARLIN_DEV_MODE)
|
#if ANY(AUTO_BED_LEVELING_UBL, M100_FREE_MEMORY_WATCHER, DEBUG_GCODE_PARSER, TMC_DEBUG, MARLIN_DEV_MODE, DEBUG_CARDREADER)
|
||||||
#define NEED_HEX_PRINT 1
|
#define NEED_HEX_PRINT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue