Fix HOST_PROMPT_SUPPORT compile issue (#13847)

This commit is contained in:
ManuelMcLure 2019-05-04 20:55:51 -07:00 committed by Scott Lahteine
parent e2a77ed881
commit 09f1b58146

View file

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