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_STM/TARGET_DISCO_F100RB/PeripheralNames.h
- Revision:
- 165:46e3636d4af7
- Parent:
- 126:549ba18ddd81
- Child:
- 497:d54623194236
--- a/targets/hal/TARGET_STM/TARGET_DISCO_F100RB/PeripheralNames.h Tue Apr 22 14:45:07 2014 +0100 +++ b/targets/hal/TARGET_STM/TARGET_DISCO_F100RB/PeripheralNames.h Tue Apr 22 15:00:07 2014 +0100 @@ -43,7 +43,8 @@ typedef enum { UART_1 = (int)USART1_BASE, - UART_2 = (int)USART2_BASE + UART_2 = (int)USART2_BASE, + UART_3 = (int)USART3_BASE } UARTName; #define STDIO_UART_TX PA_2