Skip to content

Commit

Permalink
cpu/atmega2560: fixed typo in reg definition
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen authored and kYc0o committed Jun 9, 2016
1 parent a2ddb1d commit 5fc6774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/atmega2560/include/atmega2560_regs.h
Expand Up @@ -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))
/** @} */

/**
Expand Down

0 comments on commit 5fc6774

Please sign in to comment.