mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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:
|
||||
printf("kw2xrf");
|
||||
break;
|
||||
case IEEE802154_DEV_TYPE_MRF24J40:
|
||||
printf("mrf24j40");
|
||||
break;
|
||||
}
|
||||
|
||||
puts(".");
|
||||
|
Loading…
Reference in New Issue
Block a user