瀏覽代碼

Fix HOST_PROMPT_SUPPORT compile issue (#13847)

ManuelMcLure 6 年之前
父節點
當前提交
09f1b58146
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      Marlin/src/feature/host_actions.h

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

21
  */
21
  */
22
 #pragma once
22
 #pragma once
23
 
23
 
24
-#include "../inc/MarlinConfig.h"
24
+#include "../inc/MarlinConfigPre.h"
25
+
26
+#include <stdint.h>
25
 
27
 
26
 void host_action(const char * const pstr, const bool eol=true);
28
 void host_action(const char * const pstr, const bool eol=true);
27
 
29
 

Loading…
取消
儲存