Skip to content

Commit

Permalink
Fix pin definition typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Jun 10, 2022
1 parent c583560 commit ba3f18f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions avr/variants/100-pin-avr/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,8 @@
PE, // PE 5 ** 5
PE, // PE 6 ** 6
PE, // PE 7 ** 7
PJ, // PH 0 ** 8
PJ, // PH 1 ** 9
PJ, // PJ 0 ** 8
PJ, // PJ 1 ** 9
PB, // PB 0 ** 10
PB, // PB 1 ** 11
PB, // PB 2 ** 12
Expand All @@ -747,11 +747,11 @@
PB, // PB 7 ** 17
PG, // PG 3 ** 18
PG, // PG 4 ** 19
PL, // PJ 2 ** 20
PL, // PJ 3 ** 21
PL, // PJ 4 ** 22
PL, // PJ 5 ** 23
PL, // PJ 6 ** 24
PJ, // PJ 2 ** 20
PJ, // PJ 3 ** 21
PJ, // PJ 4 ** 22
PJ, // PJ 5 ** 23
PJ, // PJ 6 ** 24
PD, // PD 0 ** 25
PD, // PD 1 ** 26
PD, // PD 2 ** 27
Expand Down Expand Up @@ -855,9 +855,9 @@
_BV(2), // PA 2 ** 53
_BV(1), // PA 1 ** 53
_BV(0), // PA 0 ** 55
_BV(7), // PH 4 ** 56
_BV(7), // PH 5 ** 57
_BV(7), // PH 6 ** 58
_BV(4), // PH 4 ** 56
_BV(5), // PH 5 ** 57
_BV(6), // PH 6 ** 58
_BV(7), // PH 7 ** 59
_BV(0), // PF 0 ** 60
_BV(1), // PF 1 ** 61
Expand Down

0 comments on commit ba3f18f

Please sign in to comment.