mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
arch/sim: Don't potect recvsem in bthcitty_pollnotify
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
eabb2fbf38
commit
db0b661f37
@@ -151,9 +151,8 @@ static void bthcitty_pollnotify(FAR struct bthcitty_s *dev,
|
||||
}
|
||||
}
|
||||
|
||||
bthcitty_post(&dev->recvsem);
|
||||
|
||||
nxsem_post(&dev->fdslock);
|
||||
bthcitty_post(&dev->recvsem);
|
||||
}
|
||||
|
||||
static int bthcitty_open(FAR struct file *filep)
|
||||
|
||||
Reference in New Issue
Block a user