Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2018-09-09 01:01:34 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2018-09-09 01:01:34 +0300
commit6d0cc96ffbc0f4f98cd123121df0c85df86e4a4c (patch)
tree1e641c9026d29a1633f156edf7c59d2e627b741e
parentd27bac9263e8a0a5a00672245b38db3078f8992c (diff)
Add ATmega644P to the pin definitions used by the ATmega1284P - fixes #598
-rw-r--r--platforms/avr/fastpin_avr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/avr/fastpin_avr.h b/platforms/avr/fastpin_avr.h
index f3ada406..e62a4ad8 100644
--- a/platforms/avr/fastpin_avr.h
+++ b/platforms/avr/fastpin_avr.h
@@ -180,7 +180,7 @@ _DEFPIN_AVR(16, 0x04, C); _DEFPIN_AVR(17, 0x08, C); _DEFPIN_AVR(18, 0x10, C); _D
#define SPI_UART0_CLOCK 4
#endif
-#elif defined(__AVR_ATmega1284P__)
+#elif defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__)
_IO(A); _IO(B); _IO(C); _IO(D);