mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
The transceiver module expects an `ieee802154_packet_t` instead of a `radio_packet_t` if the device supports the IEEE 802.15.4 packet format. This commit fixes the corresponding transceiver shell command for `txtsnd` to set destination address (short address mode), payload, and length accordingly.