Fix RP2040 USB & PIO AHB offsets

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14647 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2021-08-14 12:43:34 +00:00
parent adc9be23a5
commit 5c471d4429
1 changed files with 3 additions and 3 deletions

View File

@ -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)
/** @} */