mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-02 19:43:55 -06:00
Preliminary cleanup of #include structure (#9763)
This commit is contained in:
parent
a6b7e721cf
commit
90fa423737
36 changed files with 52 additions and 106 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue