From 0735ad0352b934a32547011f8b317f8caa4c21b8 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 13 Oct 2017 14:03:46 -0500 Subject: [PATCH] source/common.c: Blue Fix GP0_3 id fixes: https://github.com/adafruit/adafruit-beaglebone-io-python/issues/174 Reported-by: Randy Rossi 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 a8f53ae..7d1dc78 100644 --- a/source/common.c +++ b/source/common.c @@ -169,7 +169,7 @@ pins_t table[] = { { "DGND", "P9_46", 0, -1, -1}, // These are for the Blue - { "GPO_3", "GP0_3", 57, -1, -1}, + { "GP0_3", "GP0_3", 57, -1, -1}, { "GP0_4", "GP0_4", 49, -1, -1}, { "GP0_5", "GP0_5", 116, -1, -1}, { "GP0_6", "GP0_6", 113, -1, -1},