Sfoglia il codice sorgente

Update obsolete debug define (#21276)

ellensp 3 anni fa
parent
commit
ced1bb9404
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/core/debug_out.h

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

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

Loading…
Annulla
Salva