mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
Fix for macOS build
This commit is contained in:
parent
e1fb827548
commit
a96fd77986
@ -174,7 +174,7 @@ public:
|
|||||||
mutex.lock();
|
mutex.lock();
|
||||||
assert(mainFunction);
|
assert(mainFunction);
|
||||||
assert(state == State::Stopped);
|
assert(state == State::Stopped);
|
||||||
assert(stackSize > 0 && stackSize < (UINT16_MAX * sizeof(StackType_t)));
|
assert(stackSize > 0);
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
|
|
||||||
setState(State::Starting);
|
setState(State::Starting);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user