diff options
| author | hathach <[email protected]> | 2021-08-24 01:19:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-24 01:19:06 +0700 |
| commit | 8dc16dd3a73dc2dd85dafd7460ba19cff2579fed (patch) | |
| tree | 9777db5aa66bda513d994fdfbf62451580aff17a | |
| parent | 353c070d00a31ef9eed1e701d4048414fe704738 (diff) | |
fix rp2040 build
| -rw-r--r-- | src/portable/raspberrypi/rp2040/hcd_rp2040.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/hcd_rp2040.c b/src/portable/raspberrypi/rp2040/hcd_rp2040.c index 2c007ddd3..34803c674 100644 --- a/src/portable/raspberrypi/rp2040/hcd_rp2040.c +++ b/src/portable/raspberrypi/rp2040/hcd_rp2040.c @@ -39,7 +39,6 @@ #include "host/hcd.h" #include "host/usbh.h" -#include "host/usbh_hcd.h" #define ROOT_PORT 0 |
