Refactor app loading and window management (#609)
This commit is contained in:
committed by
GitHub
parent
dc3f6104b8
commit
37c507544b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user