Skip to content

Commit ff54b61

Browse files
committed
Adding GPIO defs for uart1
1 parent 47bfe24 commit ff54b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/common.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ pins_t table[] = {
178178
{ "RED_LED", "RED", 66, -1, -1}, // LEDs
179179
{ "GREEN_LED", "GREEN", 67, -1, -1},
180180

181+
{ "UT1_0", "P9_26", 14, 1, -1},
182+
{ "UT1_1", "P9_24", 15, 1, -1},
183+
181184

182185
{ NULL, NULL, 0, 0, 0 }
183186
};

0 commit comments

Comments
 (0)