X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/6d11af0934f12d1d2cdaeb177d939042271d4de0..dfdea7a21db8516633c8ec0dc888fcfaf58db31a:/firmware/main.c?ds=inline 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