USBclock 48Mhz, enable serial4 and serial5.
Fork of mbed-src by
Import programL152RE_serial45_example
NUCLEO-L152RE serial4,5 test program
Diff: common/SerialBase.cpp
- Revision:
- 65:46be7cdf873f
- Parent:
- 64:7b352733b00a
- Child:
- 192:42b1a45e48aa
--- a/common/SerialBase.cpp Thu Dec 19 13:15:07 2013 +0000 +++ b/common/SerialBase.cpp Thu Dec 19 16:00:05 2013 +0000 @@ -94,6 +94,7 @@ break; case RTSCTS: + case Disabled: serial_set_flow_control(&_serial, flow_type, flow1, flow2); break;