clone

Files at this revision

API Documentation at this revision

Comitter:
gastonfeng
Date:
Tue Apr 16 06:48:43 2019 +0000
Parent:
4:10a99cdf7846
Commit message:
remove NB_TOKEN ,define by project.

Changed in this revision

MbedJSONValue.h Show annotated file Show diff for this revision Revisions of this file
--- a/MbedJSONValue.h	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.h	Tue Apr 16 06:48:43 2019 +0000
@@ -31,7 +31,7 @@
 #ifndef _Mbed_RPC_VALUE_H_
 #define _Mbed_RPC_VALUE_H_
 
-#define NB_TOKEN 20
+//#define NB_TOKEN 20
 /*!< Number maximum of MbedJSONValue in an array or an object */
 
 #include <string>