瀏覽代碼

fix "hex_address not defined" when UBL is enabled

Bob-the-Kuhn 7 年之前
父節點
當前提交
6a5d3b580d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/Marlin.h

+ 4
- 0
Marlin/Marlin.h 查看文件

35
 
35
 
36
 #include "MarlinConfig.h"
36
 #include "MarlinConfig.h"
37
 
37
 
38
+#ifdef DEBUG_GCODE_PARSER
39
+  #include "gcode.h"
40
+#endif
41
+
38
 #include "enum.h"
42
 #include "enum.h"
39
 #include "types.h"
43
 #include "types.h"
40
 #include "fastio.h"
44
 #include "fastio.h"

Loading…
取消
儲存