🩹 Fix DEBUG_CARDREADER (#24023)

This commit is contained in:
Robby Candra 2022-04-15 11:21:12 +07:00 committed by Scott Lahteine
parent 230db90b70
commit 8fb3074901

View File

@ -976,7 +976,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