sew on side

This commit is contained in:
user
2026-02-03 21:33:15 +01:00
parent e8818d2b23
commit ce87f48f41
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#include "../types.h"
/// Stack size for each thread
constexpr uint32_t STACK_SIZE = 3096;
constexpr uint32_t STACK_SIZE = 3072;
/*! \brief The Thread is an object used by the scheduler.
* \ingroup thread