mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Fix for macOS build
This commit is contained in:
parent
e1fb827548
commit
a96fd77986
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user