sew on side
This commit is contained in:
@@ -40,7 +40,7 @@ class Scheduler {
|
||||
|
||||
/*! \brief Idle thread
|
||||
*/
|
||||
IdleThread idleThread;
|
||||
alignas(16) IdleThread idleThread;
|
||||
|
||||
public:
|
||||
Scheduler();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user