diff options
| author | hathach <[email protected]> | 2021-03-10 17:58:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-10 17:58:39 +0700 |
| commit | a397353916db36d925f5aec654fc66d5ca09f427 (patch) | |
| tree | 64058a36905c754b6db49443870c97418053c839 /src/portable/raspberrypi | |
| parent | e864bda6272485a33398ebf0f139607bf244f237 (diff) | |
fix ci build with rp2040
Diffstat (limited to 'src/portable/raspberrypi')
| -rw-r--r-- | src/portable/raspberrypi/rp2040/dcd_rp2040.c | 3 |
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" /*------------------------------------------------------------------*/ |
