fix: stack size

This commit is contained in:
Martin Eyben 2025-05-07 08:23:06 +02:00
parent 9fd93710a1
commit 54f03c9e70

View File

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