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