mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
sys/transceiver: cc2420 handles 802.15.4 packets
This commit is contained in:
parent
fc4cf69376
commit
ebbe5bef6a
@ -609,7 +609,7 @@ void receive_cc2420_packet(ieee802154_packet_t *trans_p)
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
DEBUG("transceiver: Content: %s\n", trans_p->data);
|
||||
DEBUG("transceiver: Content: %s\n", trans_p->frame.payload);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user