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

fix(bsec): Increase stack size

parent 7aff4dcd
Branches
Tags
1 merge request!380BSEC support
Pipeline #5035 passed
......@@ -130,7 +130,7 @@ int main(void)
if (xTaskCreate(
vBSECTask,
(const char *)"BSEC",
configMINIMAL_STACK_SIZE * 3,
configMINIMAL_STACK_SIZE * 4,
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