Update sys_lwmutex.h

This commit is contained in:
Elad Ashkenazi
2023-06-03 18:29:20 +03:00
committed by Ani
parent 1240874e41
commit 805de248d3
+1 -1
View File
@@ -167,7 +167,7 @@ struct lv2_lwmutex final : lv2_obj
{
res = schedule<T>(data.sq, protocol, false);
if (sq == res)
if (sq == data.sq)
{
return false;
}