From 0dc4443e263c564b31797611ec83ff854bf2c73a Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 11 Oct 2012 20:55:27 -0700 Subject: [PATCH] Renamed DMA_BASE to GPDMA_BASE to match peripheral name (and #defines in gpdma.h). --- include/libopencm3/lpc43xx/memorymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/lpc43xx/memorymap.h b/include/libopencm3/lpc43xx/memorymap.h index ae26bfcb..ac3ade2b 100644 --- a/include/libopencm3/lpc43xx/memorymap.h +++ b/include/libopencm3/lpc43xx/memorymap.h @@ -37,7 +37,7 @@ /* AHB (0x4000 0000 - 0x4001 2000) */ #define SCT_BASE (PERIPH_BASE_AHB + 0x00000) /* PERIPH_BASE_AHB + 0x01000 (0x4000 1000 - 0x4000 1FFF): Reserved */ -#define DMA_BASE (PERIPH_BASE_AHB + 0x02000) +#define GPDMA_BASE (PERIPH_BASE_AHB + 0x02000) #define SPIFI_BASE (PERIPH_BASE_AHB + 0x03000) #define SDIO_BASE (PERIPH_BASE_AHB + 0x04000) #define EMC_BASE (PERIPH_BASE_AHB + 0x05000)