cpu/atmega2560: fixed typo in reg definition
This commit is contained in:
parent
a2ddb1dd7f
commit
5fc67747e6
@ -70,7 +70,7 @@ typedef struct {
|
||||
#define MEGA_UART0_BASE ((uint16_t *)(&UCSR0A))
|
||||
#define MEGA_UART1_BASE ((uint16_t *)(&UCSR1A))
|
||||
#define MEGA_UART2_BASE ((uint16_t *)(&UCSR2A))
|
||||
#define MEGA_UART3_BASE ((uint16_t *)(&UCSR2A))
|
||||
#define MEGA_UART3_BASE ((uint16_t *)(&UCSR3A))
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user