diff --git a/gpio.h b/gpio.h index 259c7b8..437b996 100755 --- a/gpio.h +++ b/gpio.h @@ -70,7 +70,7 @@ typedef Port PortB; typedef Port PortC; typedef Port PortD; -#if defined(ATMEGA164P) || defined(ATMEGA324P) || defined(ATMEGA644P) || defined(ATMEGA1284P) +#if defined(ATMEGA164P) || defined(ATMEGA324P) || defined(ATMEGA644P) || defined(ATMEGA1284P) || defined(ATmega2560) IORegister(DDRA); IORegister(PORTA);