Correct the stack size of DM testcase
authorSeongil Hahm <seongil.hahm@samsung.com>
Wed, 13 Sep 2017 01:41:31 +0000 (18:41 -0700)
committerSeongil Hahm <seongil.hahm@samsung.com>
Wed, 13 Sep 2017 01:41:31 +0000 (18:41 -0700)
The stack size of DM testcase is too big, so that needs to shrink to 2048.

apps/examples/testcase/tc_main.c

index f949a24..9ba3c3b 100644 (file)
@@ -48,7 +48,7 @@
 #define TC_SYSTEMIO_STACK 2048
 #endif
 #if defined(CONFIG_EXAMPLES_TESTCASE_DM_UTC) || defined(CONFIG_EXAMPLES_TESTCASE_DM_ITC)
-#define TC_DM_STACK  20480
+#define TC_DM_STACK  2048
 #endif
 #ifdef CONFIG_EXAMPLES_TESTCASE_WIFI_MANAGER_UTC
 #define TC_WIFI_MANAGER_STACK  2048