Browse Source

Fix warning for redefined DEBUG_PRINT_P (#13789)

pull/1/head
Giuliano Zaro 6 years ago
committed by Scott Lahteine
parent
commit
d77ef437db
  1. 1
      Marlin/src/core/debug_out.h

1
Marlin/src/core/debug_out.h

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

Loading…
Cancel
Save