ble/skald: remove broken assert in init()

This commit is contained in:
Hauke Petersen 2019-09-26 22:07:23 +02:00
parent ac9e80cfd0
commit 1871c0cb85

View File

@ -104,8 +104,6 @@ static void _on_radio_evt(netdev_t *netdev, netdev_event_t event)
void skald_init(void) void skald_init(void)
{ {
assert(dev);
/* setup and a fitting radio driver - potentially move to auto-init at some /* setup and a fitting radio driver - potentially move to auto-init at some
* point */ * point */
#if defined(MODULE_NRFBLE) #if defined(MODULE_NRFBLE)