Skip to content

Commit

Permalink
Merge pull request #1948 from dhalbert/remove-volatile-cast-include
Browse files Browse the repository at this point in the history
rp2040: include hardware/sync.h explicitly
  • Loading branch information
hathach committed Mar 11, 2023
2 parents a8d7e08 + 4857abd commit be21413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/portable/raspberrypi/rp2040/dcd_rp2040.c
Expand Up @@ -29,6 +29,7 @@
#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RP2040) && !CFG_TUD_RPI_PIO_USB

#include "pico.h"
#include "hardware/sync.h"
#include "rp2040_usb.h"

#if TUD_OPT_RP2040_USB_DEVICE_ENUMERATION_FIX
Expand Down

0 comments on commit be21413

Please sign in to comment.