mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/ieee802154_submac: add support for MRF24j40 radios
This commit is contained in:
parent
62e470d8c9
commit
ab7922b6f6
@ -192,6 +192,9 @@ static ieee802154_dev_t *_reg_callback(ieee802154_dev_type_t type, void *opaque)
|
|||||||
case IEEE802154_DEV_TYPE_KW2XRF:
|
case IEEE802154_DEV_TYPE_KW2XRF:
|
||||||
printf("kw2xrf");
|
printf("kw2xrf");
|
||||||
break;
|
break;
|
||||||
|
case IEEE802154_DEV_TYPE_MRF24J40:
|
||||||
|
printf("mrf24j40");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
puts(".");
|
puts(".");
|
||||||
|
Loading…
Reference in New Issue
Block a user