summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/mcf5249.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/mcf5249.h b/firmware/export/mcf5249.h
index 66e92eeb50..e2fa50e672 100644
--- a/firmware/export/mcf5249.h
+++ b/firmware/export/mcf5249.h
@@ -60,8 +60,7 @@
60#define TCN1 (*(volatile unsigned short *)(MBAR + 0x18c)) 60#define TCN1 (*(volatile unsigned short *)(MBAR + 0x18c))
61#define TER1 (*(volatile unsigned short *)(MBAR + 0x190)) 61#define TER1 (*(volatile unsigned short *)(MBAR + 0x190))
62 62
63#define UMR10 (*(volatile unsigned char *)(MBAR + 0x1c0)) 63#define UMR0 (*(volatile unsigned char *)(MBAR + 0x1c0))
64#define UMR20 (*(volatile unsigned char *)(MBAR + 0x1c0))
65#define USR0 (*(volatile unsigned char *)(MBAR + 0x1c4)) 64#define USR0 (*(volatile unsigned char *)(MBAR + 0x1c4))
66#define UCSR0 (*(volatile unsigned char *)(MBAR + 0x1c4)) 65#define UCSR0 (*(volatile unsigned char *)(MBAR + 0x1c4))
67#define UCR0 (*(volatile unsigned char *)(MBAR + 0x1c8)) 66#define UCR0 (*(volatile unsigned char *)(MBAR + 0x1c8))
@@ -78,8 +77,7 @@
78#define UOP10 (*(volatile unsigned char *)(MBAR + 0x1f8)) 77#define UOP10 (*(volatile unsigned char *)(MBAR + 0x1f8))
79#define UOP00 (*(volatile unsigned char *)(MBAR + 0x1fc)) 78#define UOP00 (*(volatile unsigned char *)(MBAR + 0x1fc))
80 79
81#define UMR11 (*(volatile unsigned char *)(MBAR + 0x200)) 80#define UMR1 (*(volatile unsigned char *)(MBAR + 0x200))
82#define UMR21 (*(volatile unsigned char *)(MBAR + 0x200))
83#define USR1 (*(volatile unsigned char *)(MBAR + 0x204)) 81#define USR1 (*(volatile unsigned char *)(MBAR + 0x204))
84#define UCSR1 (*(volatile unsigned char *)(MBAR + 0x204)) 82#define UCSR1 (*(volatile unsigned char *)(MBAR + 0x204))
85#define UCR1 (*(volatile unsigned char *)(MBAR + 0x208)) 83#define UCR1 (*(volatile unsigned char *)(MBAR + 0x208))