mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
8:3a4dba260b71
Parent:
6:cd7ba1ddb664
Child:
9:158899760473
--- a/MbedClient.h	Wed Oct 22 16:17:22 2014 +0200
+++ b/MbedClient.h	Thu Oct 23 13:17:04 2014 +0200
@@ -36,6 +36,9 @@
 #include "MbedDataSink.h"
 #include "HTTPResponseFilter.h"
 
+#define MBCL_DBG(fmt, ...) fprintf(stderr, "mbed::debig: " fmt "\r\n", __VA_ARGS__)
+//#define MBCL_DBG(fmt, ...)
+
 class MbedClient : public AbstractClient {
 public:
     MbedClient(const char*, uint16_t, uint8_t);