summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-10 17:58:39 +0700
committerhathach <[email protected]>2021-03-10 17:58:39 +0700
commita397353916db36d925f5aec654fc66d5ca09f427 (patch)
tree64058a36905c754b6db49443870c97418053c839 /src/portable/raspberrypi
parente864bda6272485a33398ebf0f139607bf244f237 (diff)
fix ci build with rp2040
Diffstat (limited to 'src/portable/raspberrypi')
-rw-r--r--src/portable/raspberrypi/rp2040/dcd_rp2040.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/dcd_rp2040.c b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
index f844a0c65..7731078b5 100644
--- a/src/portable/raspberrypi/rp2040/dcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
@@ -35,7 +35,8 @@
#include "pico/fix/rp2040_usb_device_enumeration.h"
#endif
-
+#include "osal/osal.h"
+#include "common/tusb_fifo.h"
#include "device/dcd.h"
/*------------------------------------------------------------------*/