chiark / gitweb /
- added support for ATMega1284P
authorChristian Thalhammer <christian_thalhammer@gmx.at>
Mon, 6 Feb 2012 10:55:56 +0000 (11:55 +0100)
committerChristian Thalhammer <christian_thalhammer@gmx.at>
Mon, 6 Feb 2012 10:55:56 +0000 (11:55 +0100)
Marlin/fastio.h

index 5188a0681a2fd3beeeecb30f5abc1cf1badd8a27..cc3393e96842e139088d28a90d379049c40a7528 100644 (file)
@@ -424,7 +424,7 @@ pins
 #define PD7_PWM                        NULL
 #endif /*      _AVR_ATmega{168,328,328P}__ */
 
-#if defined (__AVR_ATmega644__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega644PA__)
+#if defined (__AVR_ATmega644__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega644PA__) || defined (__AVR_ATmega1284P__)
 // UART
 #define        RXD                                     DIO8
 #define        TXD                                     DIO9