Skip to content

Commit

Permalink
🩹 Fix DEBUG_CARDREADER (MarlinFirmware#24023)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycandra authored and tomek2k1 committed Jan 13, 2023
1 parent 4d11e57 commit 97a4179
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 @@ -976,7 +976,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 97a4179

Please sign in to comment.