Skip to content

Commit

Permalink
Merge pull request #28 from MCUdude/master
Browse files Browse the repository at this point in the history
Fix ATmega328PB macro typo
  • Loading branch information
awatterott authored Feb 11, 2018
2 parents aeb0d8f + dd7d83c commit 180a640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const uint8_t PROGMEM digital_pin_to_bit_mask_PGM[] = {
};

const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
#if defined(AVR_ATmega328PB)
#if defined(__AVR_ATmega328PB__)
TIMER3A, /* 0 - port D */
TIMER4A,
TIMER4B, // TIMER3B or TIMER4B
Expand Down

0 comments on commit 180a640

Please sign in to comment.