machine: fix atmega2560 mapping for pins D2 and D5

This commit is contained in:
Branden Timm
2020-07-04 15:15:53 -05:00
committed by Ron Evans
parent 149c9533e2
commit e0b9b1ecd1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const (
// Digital pins
D0 Pin = PE0
D1 Pin = PE1
D2 Pin = PE6
D2 Pin = PE4
D3 Pin = PE5
D4 Pin = PG5
D5 Pin = PE3