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.
Dependents: M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more
Diff: io/MTSBufferedIO.cpp
- Revision:
- 40:14342c4de476
- Parent:
- 36:bb6b293c7495
- Parent:
- 39:6e94520a3217
- Child:
- 43:3cacf019ed7d
--- a/io/MTSBufferedIO.cpp Thu Dec 19 16:54:09 2013 +0000
+++ b/io/MTSBufferedIO.cpp Thu Dec 19 19:53:43 2013 +0000
@@ -3,6 +3,8 @@
#include "MTSBufferedIO.h"
+using namespace mts;
+
MTSBufferedIO::MTSBufferedIO(int txBufferSize, int rxBufferSize)
{
txBuffer = new MTSCircularBuffer(txBufferSize);
uIP Socket Modem Shield (Outdated - see below)