Ensure Arduino.h and configs are included for serial.cpp
This commit is contained in:
		@@ -23,6 +23,8 @@
 | 
				
			|||||||
#ifndef __SERIAL_H__
 | 
					#ifndef __SERIAL_H__
 | 
				
			||||||
#define __SERIAL_H__
 | 
					#define __SERIAL_H__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "MarlinConfig.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef USBCON
 | 
					#ifdef USBCON
 | 
				
			||||||
  #include "HardwareSerial.h"
 | 
					  #include "HardwareSerial.h"
 | 
				
			||||||
  #if ENABLED(BLUETOOTH)
 | 
					  #if ENABLED(BLUETOOTH)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user