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.
Flashing: tools/mc1322x-load.pl -f <path/to/binary> -t /dev/<tty-device> more information: https://github.com/malvira/libmc1322x/wiki/libmc1322x#loading-images-to-ram-with-mc1322x-loadpl Erase: cd tools/ftditools/ make ./bbmc -l redbee-econotag erase more information: https://github.com/malvira/libmc1322x/wiki/bbmc