Skip to content

Commit 0735ad0

Browse files
committed
source/common.c: Blue Fix GP0_3 id
fixes: #174 Reported-by: Randy Rossi <randy.rossi@gmail.com> Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent e981c59 commit 0735ad0

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
@@ -169,7 +169,7 @@ pins_t table[] = {
169169
{ "DGND", "P9_46", 0, -1, -1},
170170

171171
// These are for the Blue
172-
{ "GPO_3", "GP0_3", 57, -1, -1},
172+
{ "GP0_3", "GP0_3", 57, -1, -1},
173173
{ "GP0_4", "GP0_4", 49, -1, -1},
174174
{ "GP0_5", "GP0_5", 116, -1, -1},
175175
{ "GP0_6", "GP0_6", 113, -1, -1},

0 commit comments

Comments
 (0)