fix: stack size

This commit is contained in:
Martin Eyben 2025-05-07 08:26:15 +02:00
parent 54f03c9e70
commit 1505a4d8ef

View File

@ -33,7 +33,7 @@
#endif
#ifndef STACK_SIZE
#define STACK_SIZE 2 * 1024
#define STACK_SIZE 4 * 1024
#endif
// Variables used to clean up everything at the end of the processus