Skip to content
Snippets Groups Projects
Commit 9a3cc120 authored by schneider's avatar schneider
Browse files

fix(bsec): Increase stack to 5 kb

parent 611a9ec2
No related branches found
No related tags found
1 merge request!443fix(bsec): Increase stack to 5 kb
Pipeline #5077 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.
Please register or to comment