Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
5:2b74510900da
Parent:
0:099f76422485
--- a/config.h	Wed Jul 09 15:37:19 2014 +0200
+++ b/config.h	Thu Jul 10 16:20:31 2014 +0200
@@ -30,4 +30,7 @@
 /* Define the buffer size of the Parser module. */
 #define SMARTREST_PARSER_BUFFER_SIZE  81 
 
+/* Defines whether smartrest is transactional instead of state-based. */
+//#define SMARTREST_TRANSACTIONAL  1 
+
 #endif