1
0
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:
Jose Alamos 2022-08-17 14:59:10 +02:00
parent 62e470d8c9
commit ab7922b6f6
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -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(".");