Skip to content

Commit

Permalink
- added support for ATMega1284P
Browse files Browse the repository at this point in the history
  • Loading branch information
SCUBA82 committed Feb 6, 2012
1 parent a11f3b2 commit 59cc5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/fastio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59cc5f8

Please sign in to comment.