Skip to content

Commit

Permalink
tests/ieee802154_submac: add support for MRF24j40 radios
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Aug 17, 2022
1 parent 10da976 commit c7f099d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ieee802154_submac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(".");
Expand Down

0 comments on commit c7f099d

Please sign in to comment.