Skip to content

Commit

Permalink
Fix incorrect pin in PinMap_UART_RX - issue #1657 (#1675)
Browse files Browse the repository at this point in the history
PTC6 was wrong, should be PTD6
  • Loading branch information
Colin Hogben authored and 0xc0170 committed Apr 17, 2016
1 parent 60b322a commit a11f73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const PinMap PinMap_UART_RX[] = {
{PTC3 , UART_1, 3},
{PTC14, UART_4, 3},
{PTD2 , UART_2, 3},
{PTC6 , UART_0, 3},
{PTD6 , UART_0, 3},
{NC , NC , 0}
};

Expand Down

0 comments on commit a11f73c

Please sign in to comment.