Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
14:56478403e340
Parent:
0:099f76422485
Child:
16:81f9e39914cf
--- a/MbedDataSink.h	Sat Nov 15 12:21:41 2014 +0100
+++ b/MbedDataSink.h	Mon Feb 16 09:15:55 2015 +0000
@@ -36,6 +36,7 @@
 #define MBED_SINK_BUFFER_SIZE 60
 
 class MbedClient;
+extern size_t packetSize;
 
 class MbedDataSink : public AbstractDataSink
 {