summaryrefslogtreecommitdiff
path: root/n/avr/modules/uart/uart0.c
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/uart/uart0.c')
-rw-r--r--n/avr/modules/uart/uart0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/n/avr/modules/uart/uart0.c b/n/avr/modules/uart/uart0.c
index 8a15e2c..66444eb 100644
--- a/n/avr/modules/uart/uart0.c
+++ b/n/avr/modules/uart/uart0.c
@@ -1,4 +1,4 @@
-/* uart1.c - Compile secondary port. */
+/* uart0.c - Compile primary port. */
/* avr.uart - UART AVR module. {{{
*
* Copyright (C) 2005 Nicolas Schodet
@@ -23,7 +23,7 @@
*
* }}} */
-#define UART_N 1
+#define UART_N 0
#ifdef HOST
#include "uart.host.c"