Fix HOST_PROMPT_SUPPORT compile issue (#13847)
This commit is contained in:
		
				
					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);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user