Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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;
