mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Holy moly, these drivers are a mess.
This commit is contained in:
parent
24bbb524f6
commit
b402d85a77
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "drivers/serial.h"
|
||||
|
||||
#include "vcp_hal/usbd_cdc_interface.h"
|
||||
#include "usbd_cdc.h"
|
||||
|
||||
typedef struct {
|
||||
serialPort_t port;
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32f7xx_hal.h"
|
||||
#include "usbd_core.h"
|
||||
#include "usbd_def.h"
|
||||
#include "usbd_desc.h"
|
||||
#include "usbd_cdc.h"
|
||||
#include "usbd_cdc_interface.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue