add device-signature for my atmega1284p
authorStephan Bärwolf <stephan.baerwolf@tu-ilmenau.de>
Sat, 4 Aug 2012 11:01:52 +0000 (13:01 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Sat, 4 Aug 2012 11:06:41 +0000 (11:06 +0000)
Signed-off-by: Stephan Bärwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/main.c

index c3316ff..c762fed 100644 (file)
@@ -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