Skip to content
Snippets Groups Projects
Commit 14c5873b authored by Thomas Walter's avatar Thomas Walter Committed by Clément Foucher
Browse files

changed OWNTECH_SCHEDULING_ASYNCHRONOUS_TASKS_STACK_SIZE value from 512 to 1024

Commit to fix the stack overflow error issue : #60

Main used to test: [main.cpp](/cfoucher/core/uploads/8e8df2b10f172864edafbb4b4ad8d16c/main.cpp)
parent f8b34872
No related branches found
No related tags found
1 merge request!68changed OWNTECH_SCHEDULING_ASYNCHRONOUS_TASKS_STACK_SIZE value from 512 to 1024
......@@ -22,6 +22,6 @@ if OWNTECH_SCHEDULING
config OWNTECH_SCHEDULING_ASYNCHRONOUS_TASKS_STACK_SIZE
int "Stack size for asynchronous threads"
default 512
default 1024
endif
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