mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
wireless/ieee802154: mac lock should in pairs
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
4f7f70598a
commit
a98df4a404
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ static void mac802154_scantimeout(FAR void *arg)
|
|||
mac802154_scanfinish(priv, IEEE802154_STATUS_NO_BEACON);
|
||||
}
|
||||
|
||||
nxmutex_unlock(&priv->lock);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue