Browse Source

Fix warning for redefined DEBUG_PRINT_P (#13789)

Giuliano Zaro 6 years ago
parent
commit
d77ef437db
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/core/debug_out.h

+ 1
- 0
Marlin/src/core/debug_out.h View File

@@ -26,6 +26,7 @@
26 26
 //  (or not) in a given .cpp file
27 27
 //
28 28
 
29
+#undef DEBUG_PRINT_P
29 30
 #undef DEBUG_ECHO_START
30 31
 #undef DEBUG_ERROR_START
31 32
 #undef DEBUG_CHAR

Loading…
Cancel
Save