mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
drivers/bluetooth: Extend NULL driver to support a little more testing.
This commit is contained in:
@@ -225,7 +225,7 @@ static void hci_cmd_done(uint16_t opcode, uint8_t status,
|
||||
{
|
||||
FAR sem_t *sem = sent->u.hci.sync;
|
||||
|
||||
if (status)
|
||||
if (status != 0)
|
||||
{
|
||||
sent->u.hci.sync = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user