Skip to content

Commit

Permalink
🩹 Fix DEBUG_CARDREADER (#24023)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycandra authored Apr 15, 2022
1 parent 3e1dd0d commit a52dfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
#endif

// 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
#endif

Expand Down

0 comments on commit a52dfc0

Please sign in to comment.