Skip to content

Commit

Permalink
Merge pull request #907 from cmooney3/add_mightycore_atmega16_support…
Browse files Browse the repository at this point in the history
…_to_fastpin_avr

Add Atmega16 support to fastpin_avr.h (Mightycore Arduino)
  • Loading branch information
kriegsman committed Jan 4, 2020
2 parents 241562b + bc27337 commit e559fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/avr/fastpin_avr.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ _FL_DEFPIN(16, 2, C); _FL_DEFPIN(17, 3, C); _FL_DEFPIN(18, 4, C); _FL_DEFPIN(19,
#define SPI_UART0_CLOCK 4
#endif

#elif defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega32__)
#elif defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega32__) || defined(__AVR_ATmega16__)

#define MAX_PIN 31
_FL_DEFPIN(0, 0, B); _FL_DEFPIN(1, 1, B); _FL_DEFPIN(2, 2, B); _FL_DEFPIN(3, 3, B);
Expand Down

0 comments on commit e559fcd

Please sign in to comment.