mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-04-04 04:47:12 +00:00
🩹 Disable DEBUG_DGUSLCD (#24798)
This commit is contained in:
parent
644c91ce8b
commit
2c6ed101c1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include "../../../inc/MarlinConfigPre.h"
|
#include "../../../inc/MarlinConfigPre.h"
|
||||||
#include "../../../MarlinCore.h"
|
#include "../../../MarlinCore.h"
|
||||||
|
|
||||||
#define DEBUG_DGUSLCD // Uncomment for debug messages
|
//#define DEBUG_DGUSLCD // Uncomment for debug messages
|
||||||
#define DEBUG_OUT ENABLED(DEBUG_DGUSLCD)
|
#define DEBUG_OUT ENABLED(DEBUG_DGUSLCD)
|
||||||
#include "../../../core/debug_out.h"
|
#include "../../../core/debug_out.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue