custom for >5 resources

Fork of mbedConnectorInterface by Doug Anson

Files at this revision

API Documentation at this revision

Comitter:
michaeljkoster
Date:
Wed May 20 00:46:01 2015 +0000
Parent:
56:aaf84e56c422
Commit message:
10 resources

Changed in this revision

mbedConnectorInterface.h Show annotated file Show diff for this revision Revisions of this file
diff -r aaf84e56c422 -r ef0fdadde9eb mbedConnectorInterface.h
--- a/mbedConnectorInterface.h	Tue Apr 14 22:29:53 2015 +0000
+++ b/mbedConnectorInterface.h	Wed May 20 00:46:01 2015 +0000
@@ -45,7 +45,7 @@
 #define MAX_VALUE_BUFFER_LENGTH  128                                         // largest "value" a dynamic resource may assume as a string
 
 // Instance Pointer Table Configuration
-#define IPT_MAX_ENTRIES          5                                           // maximum number of unique pointers managed by the IPT (i.e. number of independent dynamic resources)
+#define IPT_MAX_ENTRIES          10                                           // maximum number of unique pointers managed by the IPT (i.e. number of independent dynamic resources)
 
 // Logger buffer size
 #define LOGGER_BUFFER_LENGTH     300                                         // largest single print of a given debug line