Coap
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 |
diff -r aef5dad89a7b -r 5a4bc07f8bd0 SerialPipe.cpp --- 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) {