diff --git a/inout.h b/inout.h index d6811b1..b4293b0 100644 --- a/inout.h +++ b/inout.h @@ -1,7 +1,7 @@ /* * Copyright (c) by BlackMark 2015-2016 -* Date 25/02/2016 -* Version 2.4 +* Date 12/06/2016 +* Version 2.5 */ #ifndef INOUT_H @@ -12,7 +12,7 @@ #define AVR_DIP40 defined (__AVR_ATmega32A__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega1284P__) #define AVR_DIP28 defined (__AVR_ATmega8__) || defined (__AVR_ATmega168A__) || defined (__AVR_ATmega328P__) -#define AVR_DIP8 defined (__AVR_ATtiny13A__) +#define AVR_DIP8 defined (__AVR_ATtiny13A__) || defined (__AVR_ATtiny85__) #if AVR_DIP40 #define PORT_PINA &PINA