Skip to content
Snippets Groups Projects
Commit ea3bf8f2 authored by rahix's avatar rahix
Browse files

Merge 'Increase BSEC stack to 5 kb'

See merge request !443
parents 611a9ec2 9a3cc120
No related branches found
No related tags found
1 merge request!443fix(bsec): Increase stack to 5 kb
Pipeline #5078 passed
......@@ -130,7 +130,7 @@ int main(void)
if (xTaskCreate(
vBSECTask,
(const char *)"BSEC",
configMINIMAL_STACK_SIZE * 4,
configMINIMAL_STACK_SIZE * 5,
NULL,
tskIDLE_PRIORITY + 1,
NULL) != pdPASS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment