mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-04 12:33:55 -06:00
[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:
parent
46aae4c6e7
commit
51fafccc16
21 changed files with 498 additions and 667 deletions
|
@ -17,8 +17,8 @@
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef Print_h
|
||||
#define Print_h
|
||||
#ifndef CMSIS_Print_h
|
||||
#define CMSIS_Print_h
|
||||
|
||||
|
||||
#include <inttypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue