Ver código fonte

Fix warning for redefined DEBUG_PRINT_P (#13789)

Giuliano Zaro 6 anos atrás
pai
commit
d77ef437db
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/src/core/debug_out.h

+ 1
- 0
Marlin/src/core/debug_out.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar