浏览代码

Fix warning for redefined DEBUG_PRINT_P (#13789)

Giuliano Zaro 6 年前
父节点
当前提交
d77ef437db
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/core/debug_out.h

+ 1
- 0
Marlin/src/core/debug_out.h 查看文件

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

正在加载...
取消
保存