mbed library sources
Fork of mbed-src by
Diff: targets/hal/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h
- Revision:
- 631:ff681937ffd8
- Parent:
- 619:034e698bc035
diff -r 825f75ca301e -r ff681937ffd8 targets/hal/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h --- a/targets/hal/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h Mon Sep 28 10:45:10 2015 +0100 +++ b/targets/hal/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h Mon Sep 28 13:00:10 2015 +0100 @@ -43,7 +43,8 @@ typedef enum { UART_0 = (int)W7500x_UART0_BASE, - UART_1 = (int)W7500x_UART1_BASE + UART_1 = (int)W7500x_UART1_BASE, + UART_2 = (int)W7500x_UART2_BASE } UARTName;