[2.0.x] Enable hardware serial ports on LPC1768 (#8004)
* Enable hardware serial ports on LPC1768 * Fix compilation errors with other HALs * FIx order of includes in LPC1768 HAL main.cpp * Add support for RX_BUFFER_SIZE and TX_BUFFER_SIZE options in Configuration_adv.h
This commit is contained in:
		@@ -18,8 +18,7 @@
 | 
			
		||||
 | 
			
		||||
#ifdef TARGET_LPC1768
 | 
			
		||||
 | 
			
		||||
#include "../../core/macros.h"
 | 
			
		||||
#include "../HAL.h"
 | 
			
		||||
#include "../../inc/MarlinConfig.h"
 | 
			
		||||
#include "arduino.h"
 | 
			
		||||
#include "pinmapping.h"
 | 
			
		||||
//#include "HAL_timers.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user