bt_netdev: remove invalid assert breaking build when debugging is enabled
This commit is contained in:
parent
df812d09a2
commit
4286d588f7
@ -1064,8 +1064,6 @@ int bt_netdev_register(FAR const struct bt_driver_s *btdev)
|
||||
|
||||
nxsem_init(&priv->bd_exclsem, 0, 1);
|
||||
|
||||
DEBUGASSERT(priv->bd_txpoll != NULL);
|
||||
|
||||
/* Set the network mask. */
|
||||
|
||||
btnet_netmask(netdev);
|
||||
|
Loading…
Reference in New Issue
Block a user