From 37e8b53a64b7a726cf82f482538b7cb2c960ce0d Mon Sep 17 00:00:00 2001 From: Stephan Baerwolf Date: Mon, 19 Nov 2012 15:50:00 +0100 Subject: [PATCH] add missing selection macro of ATmega164PA signature Signed-off-by: Stephan Baerwolf --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0