mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
wireless/ieee802154: Starts implementing START.request primitive
This commit is contained in:
parent
06db5614e7
commit
2b5e415fab
1 changed files with 2 additions and 0 deletions
|
@ -1842,6 +1842,8 @@ int mac802154_req_start(MACHANDLE mac, FAR struct ieee802154_start_req_s *req)
|
|||
return -ENOTTY;
|
||||
}
|
||||
|
||||
mac802154_givesem(&priv->exclsem);
|
||||
|
||||
return OK;
|
||||
|
||||
errout:
|
||||
|
|
Loading…
Reference in a new issue