avr: fix some apparent mistake in atmega1280/atmega2560 pin constants
Этот коммит содержится в:
родитель
20a46e1b28
коммит
6a35719594
2 изменённых файлов: 8 добавлений и 8 удалений
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче