Skip to content

Commit

Permalink
fixup! netdev_test_ieee802154: initial import of an IEEE 802.15.4 dev…
Browse files Browse the repository at this point in the history
…ice mock
  • Loading branch information
miri64 committed May 4, 2021
1 parent 3a76f64 commit 456c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/netdev_test/ieee802154/netdev_test_ieee802154.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void netdev_test_ieee802154_setup(netdev_test_ieee802154_t *netdev, void *state,
memcpy(&netdev->eui64, eui64, sizeof(netdev->eui64));
}
else {
netdev_eui64_get((netdev_t *)netdev, &netdev->eui64);
netdev_eui64_get(&netdev->netdev.netdev.netdev, &netdev->eui64);
}
mutex_unlock(&netdev->netdev.mutex);
netdev_test_set_get_cb(&netdev->netdev, NETOPT_DEVICE_TYPE,
Expand Down

0 comments on commit 456c209

Please sign in to comment.