fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088
Fork of mbed-src by
Diff: cpp/stdio.cpp
- Revision:
- 5:ab1c572cb536
- Parent:
- 2:143cac498751
- Child:
- 7:3a1b3e92fa02
--- 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 }