Fix portL mappings for atmega2560 (#1222)

* machine/atmega2560: fix portL mapping for atmega2560
This commit is contained in:
Branden Timm
2020-07-08 12:02:10 -05:00
committed by GitHub
parent 49df129ccd
commit 33024d4aa2
+1 -1
View File
@@ -94,7 +94,7 @@ const (
PL4 = portL + 4
PL5 = portL + 5
PL6 = portL + 6
PL7 = portE + 7
PL7 = portL + 7
)
// getPortMask returns the PORTx register and mask for the pin.