Skip to content

Commit 38de9f8

Browse files
robbycandraLCh-77
authored andcommitted
🩹 Fix DEBUG_CARDREADER (MarlinFirmware#24023)
1 parent d7c665e commit 38de9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/Conditionals_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@
997997
#endif
998998

999999
// Flag whether hex_print.cpp is used
1000-
#if ANY(AUTO_BED_LEVELING_UBL, M100_FREE_MEMORY_WATCHER, DEBUG_GCODE_PARSER, TMC_DEBUG, MARLIN_DEV_MODE)
1000+
#if ANY(AUTO_BED_LEVELING_UBL, M100_FREE_MEMORY_WATCHER, DEBUG_GCODE_PARSER, TMC_DEBUG, MARLIN_DEV_MODE, DEBUG_CARDREADER)
10011001
#define NEED_HEX_PRINT 1
10021002
#endif
10031003

0 commit comments

Comments
 (0)