1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

drivers/cc110x: Made address format in debug output consistent

This commit is contained in:
Marian Buschsieweke 2018-05-29 15:57:30 +02:00
parent d3a86f7df2
commit ee33bd167a
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -99,7 +99,7 @@ static int _send(gnrc_netif_t *netif, gnrc_pktsnip_t *pkt)
cc110x_pkt.length = (uint8_t) payload_len + CC110X_HEADER_LENGTH;
DEBUG("gnrc_cc110x: sending packet from %u to %u with payload "
DEBUG("gnrc_cc110x: sending packet from %02x to %02x with payload "
"length %u\n",
(unsigned)cc110x_pkt.phy_src,
(unsigned)cc110x_pkt.address,