From 1ead3f90eb433f5907aaffbc3a3ae6040e5ec949 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 1 Nov 2017 21:24:30 -0500 Subject: [PATCH] source/common.c: PocketBeagle Fix P2.24 I copied the initial schematic when i setup this pinmux table... Signed-off-by: Robert Nelson --- source/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common.c b/source/common.c index 0cae123..1a9cf31 100644 --- a/source/common.c +++ b/source/common.c @@ -246,7 +246,7 @@ pins_t table[] = { { "GND", "P2_21", 0, -1, -1}, { "GPIO1_14", "P2_22", 46, -1, -1}, { "VOUT-3.3V", "P2_23", 0, -1, -1}, - { "GPIO1_16", "P2_24", 48, -1, -1}, + { "GPIO1_12", "P2_24", 44, -1, -1}, { "SPI1_CS0", "P2_25", 41, -1, -1}, { "RESET#", "P2_26", 0, -1, -1}, { "SPI1_D0", "P2_27", 40, -1, -1},