Browse Source

🩹 Fix DEBUG_CARDREADER (#24023)

Robby Candra 3 years ago
parent
commit
a52dfc0373
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_adv.h

+ 1
- 1
Marlin/src/inc/Conditionals_adv.h View File

@@ -997,7 +997,7 @@
997 997
 #endif
998 998
 
999 999
 // 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)
1001 1001
   #define NEED_HEX_PRINT 1
1002 1002
 #endif
1003 1003
 

Loading…
Cancel
Save