From dfdea7a21db8516633c8ec0dc888fcfaf58db31a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20B=E4rwolf?= Date: Sat, 4 Aug 2012 13:01:52 +0200 Subject: [PATCH] add device-signature for my atmega1284p MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stephan Bärwolf --- firmware/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/main.c b/firmware/main.c index c3316ff..c762fed 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -124,6 +124,8 @@ static const uchar signatureBytes[4] = { 0x1e, 0x94, 0x06, 0 #elif defined (__AVR_ATmega328P__) 0x1e, 0x95, 0x0f, 0 +#elif defined (__AVR_ATmega1284P__) + 0x1e, 0x97, 0x05, 0 #else # error "Device signature is not known, please edit main.c!" #endif -- 2.11.0