Browse Source

- added support for ATMega1284P

Christian Thalhammer 12 years ago
parent
commit
59cc5f889e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/fastio.h

+ 1
- 1
Marlin/fastio.h View File

424
 #define PD7_PWM			NULL
424
 #define PD7_PWM			NULL
425
 #endif	/*	_AVR_ATmega{168,328,328P}__ */
425
 #endif	/*	_AVR_ATmega{168,328,328P}__ */
426
 
426
 
427
-#if defined (__AVR_ATmega644__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega644PA__)
427
+#if defined (__AVR_ATmega644__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega644PA__) || defined (__AVR_ATmega1284P__)
428
 // UART
428
 // UART
429
 #define	RXD					DIO8
429
 #define	RXD					DIO8
430
 #define	TXD					DIO9
430
 #define	TXD					DIO9

Loading…
Cancel
Save