Prevent HOST_PROMPT_SUPPORT compile error (#13943)
This commit is contained in:
parent
ad4ffa1d2f
commit
51acbb2201
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "../inc/MarlinConfigPre.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void host_action(const char * const pstr, const bool eol=true);
|
||||
|
||||
|
|
Reference in a new issue