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 C027_Support by
Revision 140:5a4bc07f8bd0, committed 2017-05-23
- Comitter:
- ranaumarnaeem
- Date:
- Tue May 23 12:51:49 2017 +0000
- Parent:
- 139:aef5dad89a7b
- Commit message:
- mbed 5.4 coap
Changed in this revision
SerialPipe.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SerialPipe.cpp Fri Mar 24 05:42:17 2017 +0000 +++ b/SerialPipe.cpp Tue May 23 12:51:49 2017 +0000 @@ -1,7 +1,7 @@ #include "SerialPipe.h" SerialPipe::SerialPipe(PinName tx, PinName rx, int rxSize, int txSize) : - _SerialPipeBase(tx,rx), + _SerialPipeBase(tx,rx,9600), _pipeRx( (rx!=NC) ? rxSize : 0), _pipeTx( (tx!=NC) ? txSize : 0) {