From: Stephan Bärwolf Date: Sat, 4 Aug 2012 11:01:52 +0000 (+0200) Subject: add device-signature for my atmega1284p X-Git-Tag: 2010-07-27-stephan-201208041315~1 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/dfdea7a21db8516633c8ec0dc888fcfaf58db31a add device-signature for my atmega1284p Signed-off-by: Stephan Bärwolf --- 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