Expanded PeripheralPins.c to suppor UART5 for cellular radio.

pull/509/head
Andrew Fritz 2014-09-24 16:18:53 -05:00
parent dd418c9507
commit 8eb5bd40cb
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const PinMap PinMap_UART_TX[] = {
{PTB11, UART_3, 3},
{PTA14, UART_0, 3},
{PTE4 , UART_3, 3},
{PTE8 , UART_5, 3},
{NC , NC , 0}
};
@ -62,6 +63,7 @@ const PinMap PinMap_UART_RX[] = {
{PTB10, UART_3, 3},
{PTD2 , UART_2, 3},
{PTC6 , UART_0, 3},
{PTE9 , UART_5, 3},
{NC , NC , 0}
};