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: cpp/stdio.cpp
- Revision:
- 5:ab1c572cb536
- Parent:
- 2:143cac498751
- Child:
- 7:3a1b3e92fa02
diff -r c4bfb462ca53 -r ab1c572cb536 cpp/stdio.cpp --- a/cpp/stdio.cpp Wed Mar 13 15:04:05 2013 +0000 +++ b/cpp/stdio.cpp Fri Mar 15 17:00:57 2013 +0000 @@ -75,8 +75,6 @@ #if DEVICE_SERIAL if (stdio_uart_inited) return; serial_init(&stdio_uart, STDIO_UART_TX, STDIO_UART_RX); - serial_format(&stdio_uart, 8, ParityNone, 1); - serial_baud(&stdio_uart, 9600); #endif }