summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-27 17:58:42 +0700
committerhathach <[email protected]>2021-05-27 17:58:42 +0700
commitb36b211c26d807214da1132b41669915fbd21c83 (patch)
tree641205606a7663ab62631e3d2941f04bbc4d4541 /src/portable/raspberrypi
parent9736e54734a85c03d9055c24414e23f112a67968 (diff)
clean up tusb_fifo.h include
Diffstat (limited to 'src/portable/raspberrypi')
-rw-r--r--src/portable/raspberrypi/rp2040/dcd_rp2040.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/portable/raspberrypi/rp2040/dcd_rp2040.c b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
index 7731078b5..0048270a6 100644
--- a/src/portable/raspberrypi/rp2040/dcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
@@ -35,8 +35,6 @@
#include "pico/fix/rp2040_usb_device_enumeration.h"
#endif
-#include "osal/osal.h"
-#include "common/tusb_fifo.h"
#include "device/dcd.h"
/*------------------------------------------------------------------*/