From db0580d0a5cb8caa0b3f3a0e86879ddb1a9260ff Mon Sep 17 00:00:00 2001 From: danicampora Date: Wed, 11 Mar 2015 21:26:15 +0100 Subject: cc3200: Reduce stack sizes of simplelink and the servers. --- cc3200/simplelink/oslib/osi_freertos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc3200/simplelink') diff --git a/cc3200/simplelink/oslib/osi_freertos.c b/cc3200/simplelink/oslib/osi_freertos.c index 196672de7..198d2adbf 100644 --- a/cc3200/simplelink/oslib/osi_freertos.c +++ b/cc3200/simplelink/oslib/osi_freertos.c @@ -457,7 +457,7 @@ OsiReturnVal_e VStartSimpleLinkSpawnTask(unsigned portBASE_TYPE uxPriority) ASSERT (xSimpleLinkSpawnQueue != NULL); ASSERT (pdPASS == xTaskCreate( vSimpleLinkSpawnTask, ( portCHAR * ) "SLSPAWN",\ - 768 / sizeof(portSTACK_TYPE), NULL, uxPriority, &xSimpleLinkSpawnTaskHndl )); + 736 / sizeof(portSTACK_TYPE), NULL, uxPriority, &xSimpleLinkSpawnTaskHndl )); return OSI_OK; } -- cgit v1.2.3