lpwan/sx127x: correct device unlock interface to nxmutex_unlock()
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
ace71efe77
commit
4b5e3ddf51
@ -942,7 +942,7 @@ errout:
|
||||
*/
|
||||
|
||||
sx127x_opmode_set(dev, dev->idle);
|
||||
nxsem_post(&dev->dev_lock);
|
||||
nxmutex_unlock(&dev->dev_lock);
|
||||
|
||||
return ret;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user