[sam3x] add missing DACC_BASE and remove double definition of RTC_BASE

This commit is contained in:
Felix Held 2014-02-07 13:53:56 +01:00
parent d96343d487
commit b599095e6c

View File

@ -51,6 +51,7 @@
#define TRNG_BASE (0x400BC000U)
#define ADC_BASE (0x400C0000U)
#define DMAC_BASE (0x400C4000U)
#define DACC_BASE (0x400C8000U)
/* --- SAM3X system controller space ------------------------------------- */
#define SMC_BASE (0x400E0000U)
@ -73,6 +74,5 @@
#define WDT_BASE (0x400E1A50U)
#define RTC_BASE (0x400E1A60U)
#define GPBR_BASE (0x400E1A90U)
#define RTC_BASE (0x400E1A60U)
#endif