Preliminary cleanup of #include structure (#9763)

This commit is contained in:
Scott Lahteine
2018-02-23 00:52:52 -06:00
committed by GitHub
parent a6b7e721cf
commit 90fa423737
36 changed files with 52 additions and 106 deletions

View File

@ -4,7 +4,7 @@
#include <inttypes.h>
#include "binary.h"
#include "Print.h"
#include <HAL_LPC1768/pinmapping.h>
#include <pinmapping.h>
// commands
#define LCD_CLEARDISPLAY 0x01

View File

@ -28,7 +28,7 @@ extern "C" {
#include "cdc.h"
#include "cdcuser.h"
#include <HAL_LPC1768/serial.h>
#include <serial.h>
unsigned char BulkBufIn[USB_CDC_BUFSIZE]; // Buffer to store USB IN packet
unsigned char BulkBufOut[USB_CDC_BUFSIZE]; // Buffer to store USB OUT packet