mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Updates to sparck configuration from David Sidrane
This commit is contained in:
@@ -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, ¶m);
|
||||
status = pthread_create(&spiconf.unsoliced_thread, &attr,
|
||||
|
||||
Reference in New Issue
Block a user