You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2016/10/10 19:26:22 UTC

[06/50] [abbrv] incubator-mynewt-core git commit: iotivity; increase the define for # of resources.

iotivity; increase the define for # of resources.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/3ba8d18d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/3ba8d18d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/3ba8d18d

Branch: refs/heads/sterly_refactor
Commit: 3ba8d18d748c12eabf8f5910dc72cb821b8ee4b0
Parents: afc5fca
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Sep 20 17:46:58 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Sep 20 17:46:58 2016 -0700

----------------------------------------------------------------------
 libs/iotivity/src/port/mynewt/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/3ba8d18d/libs/iotivity/src/port/mynewt/config.h
----------------------------------------------------------------------
diff --git a/libs/iotivity/src/port/mynewt/config.h b/libs/iotivity/src/port/mynewt/config.h
index 1889a70..c2602c4 100644
--- a/libs/iotivity/src/port/mynewt/config.h
+++ b/libs/iotivity/src/port/mynewt/config.h
@@ -21,7 +21,7 @@ typedef os_time_t oc_clock_time_t;
 
 /* Server-side parameters */
 /* Maximum number of server resources */
-#define MAX_APP_RESOURCES (2)
+#define MAX_APP_RESOURCES (8)
 
 /* Common paramters */
 /* Maximum number of concurrent requests */