Skip to content

Commit 4857abd

Browse files
committed
rp2040: include hardware/sync.h explicitly
1 parent 990fb6a commit 4857abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/raspberrypi/rp2040/dcd_rp2040.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RP2040) && !CFG_TUD_RPI_PIO_USB
3030

3131
#include "pico.h"
32+
#include "hardware/sync.h"
3233
#include "rp2040_usb.h"
3334

3435
#if TUD_OPT_RP2040_USB_DEVICE_ENUMERATION_FIX

0 commit comments

Comments
 (0)