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
Revision 5:ab1c572cb536, committed 2013-03-15
- Comitter:
- emilmont
- Date:
- Fri Mar 15 17:00:57 2013 +0000
- Parent:
- 4:c4bfb462ca53
- Child:
- 6:6dfdb79ccc45
- Commit message:
- Remove redundant stdio serial initialization.
Changed in this revision
| cpp/stdio.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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
}
