Fixed bad include in STM32 USB virtual COM driver causing clash of #define directives in xmodem implementation
This commit is contained in:
parent
073440ef1a
commit
e29994f396
|
|
@ -24,6 +24,7 @@
|
|||
#include "usbd_cdc_core.h"
|
||||
#include "usbd_usr.h"
|
||||
#include "usbd_req.h"
|
||||
#include "stm32f4xx.h"
|
||||
|
||||
#include <interfaces/delays.h>
|
||||
#include "usb_vcom.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include "stm32f4xx.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue