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: common/SerialBase.cpp
- Revision:
- 65:46be7cdf873f
- Parent:
- 64:7b352733b00a
- Child:
- 192:42b1a45e48aa
diff -r 7b352733b00a -r 46be7cdf873f common/SerialBase.cpp --- 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;