Просмотр исходного кода

fix "hex_address not defined" when UBL is enabled

Bob-the-Kuhn 7 лет назад
Родитель
Сommit
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"

Загрузка…
Отмена
Сохранить