Skip to content

Commit 677764f

Browse files
committed
Merge branch 'main' into 10-improve-threading
2 parents 9ee158a + be23b3a commit 677764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class BridgeMonitor: public Stream {
137137
k_mutex_lock(&monitor_mutex, K_FOREVER);
138138

139139
if (!_connected) {
140-
k_mutex_unlock(&client_mutex);
140+
k_mutex_unlock(&monitor_mutex);
141141
return;
142142
}
143143

0 commit comments

Comments
 (0)