Skip to content

Commit

Permalink
fixup! fixup! tests/drivers/nrf802154: test if Beacons can be received
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Luger committed Nov 25, 2024
1 parent 9ae160c commit ea0c0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drivers/nrf802154/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int cmd_send_beacon(int argc, char **argv)
size_t src_len = 2, dst_len = 0;
uint8_t *src = nrf802154.dev.short_addr, *dst = NULL;
uint8_t flags = IEEE802154_FCF_TYPE_BEACON;

int res = ieee802154_set_frame_hdr(mhr, src, src_len,
dst, dst_len,
src_pan, dst_pan,
Expand Down

0 comments on commit ea0c0ee

Please sign in to comment.