now crazy mode

This commit is contained in:
user
2026-02-03 20:15:35 +01:00
parent 0d9c32fd14
commit 13e63b825d
2 changed files with 2 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ class Thread {
void* user;
void* isr;
} StackPointer;
void* operator new ( size_t count )noexcept;
/*! \brief Unique thread id */
const size_t id;
@@ -118,5 +119,4 @@ class Thread {
//
void* operator new ( size_t count );
};