From: Stephan Baerwolf Date: Mon, 19 Nov 2012 14:50:00 +0000 (+0100) Subject: add missing selection macro of ATmega164PA signature X-Git-Tag: v0.95~2 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/37e8b53a64b7a726cf82f482538b7cb2c960ce0d?ds=inline add missing selection macro of ATmega164PA signature Signed-off-by: Stephan Baerwolf --- diff --git a/firmware/main.c b/firmware/main.c index c450095..7ce88db 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -145,7 +145,7 @@ static const uchar signatureBytes[4] = { 0x1e, 0x93, 0x0F, 0 #elif defined (__AVR_ATmega164A__) 0x1e, 0x94, 0x0f, 0 -#elif defined (__AVR_ATmega164P__) +#elif defined (__AVR_ATmega164P__) || defined (__AVR_ATmega164PA__) 0x1e, 0x94, 0x0a, 0 #elif defined (__AVR_ATmega168__) || defined (__AVR_ATmega168A__) || defined (__AVR_ATmega168P__) 0x1e, 0x94, 0x06, 0