Skip to content

Commit

Permalink
Merge pull request #1 from joshua-yang/master
Browse files Browse the repository at this point in the history
XU4: Fix predefined pin map for BCM to ODROID XU
  • Loading branch information
jfath committed Mar 28, 2018
2 parents 5b018f4 + 5242a4b commit 3a6717b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/odroid.h
Expand Up @@ -469,8 +469,8 @@ const int bcmToOGpioOdroidC2[64] = { // BCM ModE
};

const int bcmToOGpioOdroidXU[64] = { // BCM ModE
-1, -1, -1, -1, 18, 28, 30, 25, // 0..7
190, 191, 192, 189, 29, 31, -1, -1, // 8..15
-1, -1, 209, 210, 18, 28, 30, 25, // 0..7
190, 191, 192, 189, 29, 31, 172, 171, // 8..15
33, 174, 173, -1, -1, -1, 22, 19, // 16..23
23, 24, -1, 21, -1, -1, -1, -1, // 24..31
// Padding:
Expand Down

0 comments on commit 3a6717b

Please sign in to comment.