ソースを参照

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,6 +35,10 @@
35 35
 
36 36
 #include "MarlinConfig.h"
37 37
 
38
+#ifdef DEBUG_GCODE_PARSER
39
+  #include "gcode.h"
40
+#endif
41
+
38 42
 #include "enum.h"
39 43
 #include "types.h"
40 44
 #include "fastio.h"

読み込み中…
キャンセル
保存