aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/uart.c')
-rw-r--r--tmk_core/common/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/uart.c b/tmk_core/common/uart.c
index b29d3bbb9..150e256c8 100644
--- a/tmk_core/common/uart.c
+++ b/tmk_core/common/uart.c
@@ -31,7 +31,7 @@
#include "uart.h"
-#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega168P__) || defined(__AVR_ATmega328P__)
+#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega168P__) || defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328__)
# define UDRn UDR0
# define UBRRnL UBRR0L
# define UCSRnA UCSR0A