avr: fix some apparent mistake in atmega1280/atmega2560 pin constants

This commit is contained in:
Ayke van Laethem
2022-06-28 15:20:06 +02:00
committed by Ron Evans
parent 20a46e1b28
commit 6a35719594
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -85,10 +85,10 @@ const (
PK1 = portK + 1
PK2 = portK + 2
PK3 = portK + 3
PK4 = portH + 4
PK5 = portH + 5
PK6 = portH + 6
PK7 = portH + 7
PK4 = portK + 4
PK5 = portK + 5
PK6 = portK + 6
PK7 = portK + 7
PL0 = portL + 0
PL1 = portL + 1
PL2 = portL + 2
+4 -4
View File
@@ -87,10 +87,10 @@ const (
PK1 = portK + 1
PK2 = portK + 2
PK3 = portK + 3
PK4 = portH + 4
PK5 = portH + 5
PK6 = portH + 6
PK7 = portH + 7
PK4 = portK + 4
PK5 = portK + 5
PK6 = portK + 6
PK7 = portK + 7
PL0 = portL + 0
PL1 = portL + 1
PL2 = portL + 2