From 99c03b8d2695f9ab15e72f924208b225d510d2c5 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Fri, 8 Oct 2010 21:03:14 +1100 Subject: [PATCH] fixed typo pointed out by dazed.dnc in forum thread --- arduino.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arduino.h b/arduino.h index 35f8dda..25425e6 100644 --- a/arduino.h +++ b/arduino.h @@ -394,15 +394,15 @@ #define AIO5_WPORT PORTA #define AIO5_DDR DDRA - #define AIO6_PIN PINA5 - #define AIO5_RPORT PINA - #define AIO5_WPORT PORTA - #define AIO5_DDR DDRA + #define AIO6_PIN PINA6 + #define AIO6_RPORT PINA + #define AIO6_WPORT PORTA + #define AIO6_DDR DDRA - #define AIO7_PIN PINA5 - #define AIO5_RPORT PINA - #define AIO5_WPORT PORTA - #define AIO5_DDR DDRA + #define AIO7_PIN PINA7 + #define AIO7_RPORT PINA + #define AIO7_WPORT PORTA + #define AIO7_DDR DDRA #endif #if defined (__AVR_ATmega1280__)