From 33a4d13fbdef79e6ed591ecfdc7344e21e290edd Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 19 Sep 2005 19:52:17 +0000 Subject: Inversion des uarts. --- n/avr/modules/uart/uart1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'n/avr/modules/uart/uart1.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" -- cgit v1.2.3