Fix HOST_PROMPT_SUPPORT compile issue (#13847)
This commit is contained in:
parent
e2a77ed881
commit
09f1b58146
@ -21,7 +21,9 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
#include "../inc/MarlinConfigPre.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void host_action(const char * const pstr, const bool eol=true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user