Ver código fonte

- added support for ATMega1284P

Christian Thalhammer 12 anos atrás
pai
commit
59cc5f889e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/fastio.h

+ 1
- 1
Marlin/fastio.h Ver arquivo

@@ -424,7 +424,7 @@ pins
424 424
 #define PD7_PWM			NULL
425 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 428
 // UART
429 429
 #define	RXD					DIO8
430 430
 #define	TXD					DIO9

Carregando…
Cancelar
Salvar