瀏覽代碼

Add emergency_parser.h dependency

Scott Lahteine 5 年之前
父節點
當前提交
f055f7c535
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/emergency_parser.h

+ 1
- 1
Marlin/src/feature/emergency_parser.h 查看文件

@@ -25,7 +25,7 @@
25 25
  * emergency_parser.h - Intercept special commands directly in the serial stream
26 26
  */
27 27
 
28
-#define FORCE_INLINE __attribute__((always_inline)) inline
28
+#include "../inc/MarlinConfigPre.h"
29 29
 
30 30
 #if ENABLED(HOST_PROMPT_SUPPORT)
31 31
   #include "host_actions.h"

Loading…
取消
儲存