浏览代码

Update obsolete debug define (#21276)

ellensp 3 年前
父节点
当前提交
ced1bb9404
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/core/debug_out.h

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

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

正在加载...
取消
保存