Fix HOST_PROMPT_SUPPORT compile issue (#13847)

2.0.x
ManuelMcLure 6 years ago committed by Scott Lahteine
parent e2a77ed881
commit 09f1b58146

@ -21,7 +21,9 @@
*/ */
#pragma once #pragma once
#include "../inc/MarlinConfig.h" #include "../inc/MarlinConfigPre.h"
#include <stdint.h>
void host_action(const char * const pstr, const bool eol=true); void host_action(const char * const pstr, const bool eol=true);

Loading…
Cancel
Save