Updates to sparck configuration from David Sidrane

This commit is contained in:
Gregory Nutt
2013-11-01 11:40:19 -06:00
parent dae191ec3a
commit 0d0c3e66fb
7 changed files with 45 additions and 66 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ void cc3000_open(gcSpiHandleRx pfRxHandler)
pthread_attr_t attr;
struct sched_param param;
pthread_attr_init(&attr);
attr.stacksize = 364;
attr.stacksize = CONFIG_CC3000_UNSOLICED_STACKSIZE;
param.sched_priority = SCHED_PRIORITY_DEFAULT-10;
pthread_attr_setschedparam(&attr, &param);
status = pthread_create(&spiconf.unsoliced_thread, &attr,