From 3b5dc3e19300dbe45f9c1d320b2387878c2de232 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 8 Aug 2007 03:37:15 +0200 Subject: [PATCH] renamed register to MEMAP according to user manual --- betty/lpc2xxx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/betty/lpc2xxx.h b/betty/lpc2xxx.h index e7d5c49..4dd46ad 100644 --- a/betty/lpc2xxx.h +++ b/betty/lpc2xxx.h @@ -102,7 +102,9 @@ /* Memory Accelerator Module (MAM) */ #define MAMCR (*((volatile unsigned long *) 0xE01FC000)) #define MAMTIM (*((volatile unsigned long *) 0xE01FC004)) -#define MAMMAP (*((volatile unsigned long *) 0xE01FC040)) + +/* Memory Mapping control register */ +#define MEMMAP (*((volatile unsigned long *) 0xE01FC040)) /* Phase Locked Loop (PLL) */ #define PLLCON (*((volatile unsigned long *) 0xE01FC080)) -- 2.20.1