Browse Source

Update obsolete debug define (#21276)

ellensp 3 years ago
parent
commit
ced1bb9404
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/core/debug_out.h

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

27
 //
27
 //
28
 
28
 
29
 #undef DEBUG_SECTION
29
 #undef DEBUG_SECTION
30
-#undef DEBUG_PRINT_P
30
+#undef DEBUG_ECHOPGM_P
31
 #undef DEBUG_ECHO_START
31
 #undef DEBUG_ECHO_START
32
 #undef DEBUG_ERROR_START
32
 #undef DEBUG_ERROR_START
33
 #undef DEBUG_CHAR
33
 #undef DEBUG_CHAR

Loading…
Cancel
Save