Fix portL mappings for atmega2560 (#1222)
* machine/atmega2560: fix portL mapping for atmega2560
Этот коммит содержится в:
родитель
49df129ccd
коммит
33024d4aa2
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -94,7 +94,7 @@ const (
|
||||||
PL4 = portL + 4
|
PL4 = portL + 4
|
||||||
PL5 = portL + 5
|
PL5 = portL + 5
|
||||||
PL6 = portL + 6
|
PL6 = portL + 6
|
||||||
PL7 = portE + 7
|
PL7 = portL + 7
|
||||||
)
|
)
|
||||||
|
|
||||||
// getPortMask returns the PORTx register and mask for the pin.
|
// getPortMask returns the PORTx register and mask for the pin.
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче