Prevent HOST_PROMPT_SUPPORT compile error (#13943)

This commit is contained in:
ManuelMcLure 2019-05-09 09:48:31 -07:00 committed by Scott Lahteine
parent ad4ffa1d2f
commit 51acbb2201

View file

@ -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);