From b2e063e13e76c42489b8e5216cd4e409ffd39ecc Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 8 Nov 2008 21:31:55 +0000 Subject: Switching to new signal (interrupt handler) names for compatibility with the ATmega328. --- cores/arduino/wiring_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/wiring_serial.c') diff --git a/cores/arduino/wiring_serial.c b/cores/arduino/wiring_serial.c index 2dd242b..6c576d5 100755 --- a/cores/arduino/wiring_serial.c +++ b/cores/arduino/wiring_serial.c @@ -107,7 +107,7 @@ void serialFlush() #if defined(__AVR_ATmega8__) SIGNAL(SIG_UART_RECV) #else -SIGNAL(SIG_USART_RECV) +SIGNAL(USART_RX_vect) #endif { #if defined(__AVR_ATmega8__) -- cgit v1.2.3-18-g5258