Explorar el Código

- added support for ATMega1284P

Christian Thalhammer hace 12 años
padre
commit
59cc5f889e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/fastio.h

+ 1
- 1
Marlin/fastio.h Ver fichero

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

Loading…
Cancelar
Guardar