Browse Source

- added support for ATMega1284P

pull/1/head
Christian Thalhammer 13 years ago
parent
commit
59cc5f889e
  1. 2
      Marlin/fastio.h

2
Marlin/fastio.h

@ -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

Loading…
Cancel
Save