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

Этот коммит содержится в:
Ayke van Laethem 2022-06-28 15:20:06 +02:00 коммит произвёл Ron Evans
родитель 20a46e1b28
коммит 6a35719594
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -85,10 +85,10 @@ const (
PK1 = portK + 1 PK1 = portK + 1
PK2 = portK + 2 PK2 = portK + 2
PK3 = portK + 3 PK3 = portK + 3
PK4 = portH + 4 PK4 = portK + 4
PK5 = portH + 5 PK5 = portK + 5
PK6 = portH + 6 PK6 = portK + 6
PK7 = portH + 7 PK7 = portK + 7
PL0 = portL + 0 PL0 = portL + 0
PL1 = portL + 1 PL1 = portL + 1
PL2 = portL + 2 PL2 = portL + 2

Просмотреть файл

@ -87,10 +87,10 @@ const (
PK1 = portK + 1 PK1 = portK + 1
PK2 = portK + 2 PK2 = portK + 2
PK3 = portK + 3 PK3 = portK + 3
PK4 = portH + 4 PK4 = portK + 4
PK5 = portH + 5 PK5 = portK + 5
PK6 = portH + 6 PK6 = portK + 6
PK7 = portH + 7 PK7 = portK + 7
PL0 = portL + 0 PL0 = portL + 0
PL1 = portL + 1 PL1 = portL + 1
PL2 = portL + 2 PL2 = portL + 2