diff --git a/os/common/ext/RP/RP2040/rp2040.h b/os/common/ext/RP/RP2040/rp2040.h index 01c911d42..d4a7f2066 100644 --- a/os/common/ext/RP/RP2040/rp2040.h +++ b/os/common/ext/RP/RP2040/rp2040.h @@ -1195,9 +1195,9 @@ typedef struct { #define __RTC_BASE (__APBPERIPH_BASE + 0x0005C000U) #define __DMA_BASE (__AHBPERIPH_BASE + 0x00000000U) -#define __USB_BASE (__AHBPERIPH_BASE + 0x01100000U) -#define __PIO0_BASE (__AHBPERIPH_BASE + 0x02000000U) -#define __PIO1_BASE (__AHBPERIPH_BASE + 0x03000000U) +#define __USB_BASE (__AHBPERIPH_BASE + 0x00110000U) +#define __PIO0_BASE (__AHBPERIPH_BASE + 0x00200000U) +#define __PIO1_BASE (__AHBPERIPH_BASE + 0x00300000U) #define __SIO_BASE (__IOPORT_BASE + 0x00000000U) /** @} */