Fixed bad include in STM32 USB virtual COM driver causing clash of #define directives in xmodem implementation

This commit is contained in:
Silvano Seva 2022-07-18 18:10:47 +02:00
parent 073440ef1a
commit e29994f396
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -20,7 +20,6 @@
#include <stdint.h>
#include <unistd.h>
#include "stm32f4xx.h"
#ifdef __cplusplus
extern "C" {