Skip to content

Commit 657d1fb

Browse files
authored
Merge pull request #187 from RobertCNelson/fix-pocketbeagle-p2.24
source/common.c: PocketBeagle Fix P2.24
2 parents f267ec0 + 1ead3f9 commit 657d1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pins_t table[] = {
246246
{ "GND", "P2_21", 0, -1, -1},
247247
{ "GPIO1_14", "P2_22", 46, -1, -1},
248248
{ "VOUT-3.3V", "P2_23", 0, -1, -1},
249-
{ "GPIO1_16", "P2_24", 48, -1, -1},
249+
{ "GPIO1_12", "P2_24", 44, -1, -1},
250250
{ "SPI1_CS0", "P2_25", 41, -1, -1},
251251
{ "RESET#", "P2_26", 0, -1, -1},
252252
{ "SPI1_D0", "P2_27", 40, -1, -1},

0 commit comments

Comments
 (0)