Refactor app loading and window management (#609)

This commit is contained in:
Ken Van Hoeylandt
2026-08-11 23:40:59 +02:00
committed by GitHub
parent dc3f6104b8
commit 37c507544b
243 changed files with 16034 additions and 10865 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ public:
mutex.lock();
assert(mainFunction);
assert(state == State::Stopped);
assert(stackSize > 0 && stackSize < (UINT16_MAX * sizeof(StackType_t)));
assert(stackSize > 0);
mutex.unlock();
setState(State::Starting);