summaryrefslogtreecommitdiffstats
path: root/reg/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'reg/uart.h')
-rw-r--r--reg/uart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/reg/uart.h b/reg/uart.h
index 0ec2105..f856b69 100644
--- a/reg/uart.h
+++ b/reg/uart.h
@@ -116,14 +116,14 @@ enum {
#define UART_MA1(base) REG_8((base) + 0x8)
enum {
MA1_MA = 0, // Match Address
- MA1_MA_M = REG_8_M(MA1_M, 8),
+ MA1_MA_M = REG_8_M(MA1_MA, 8),
};
// UART Match Address Registers 2
#define UART_MA2(base) REG_8((base) + 0x9)
enum {
MA2_MA = 0, // Match Address
- MA2_MA_M = REG_8_M(MA2_M, 8),
+ MA2_MA_M = REG_8_M(MA2_MA, 8),
};
// UART Control Register 4