🩹 Fix DEBUG_CARDREADER (#24023)

This commit is contained in:
Robby Candra 2022-04-15 11:21:12 +07:00 committed by GitHub
parent 3e1dd0d640
commit a52dfc0373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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