bt_netdev: remove invalid assert breaking build when debugging is enabled

This commit is contained in:
Matias N
2020-10-24 23:24:41 -03:00
committed by Xiang Xiao
parent df812d09a2
commit 4286d588f7
-2
View File
@@ -1064,8 +1064,6 @@ int bt_netdev_register(FAR const struct bt_driver_s *btdev)
nxsem_init(&priv->bd_exclsem, 0, 1); nxsem_init(&priv->bd_exclsem, 0, 1);
DEBUGASSERT(priv->bd_txpoll != NULL);
/* Set the network mask. */ /* Set the network mask. */
btnet_netmask(netdev); btnet_netmask(netdev);