1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan
Martine Lenders f6d3290507 gnrc_sixlowpan: don't use PRIx8
With newlib nano-specs the debug output without this change will be

    6lo: dispatch 0hx ... is not supported

With this PR this will provide a correct output, e.g.

    6lo: dispatch 0x3f ... is not supported
2019-03-07 12:45:27 +01:00
..
ctx sys: net: adapt to compile-checked debug messages 2018-01-15 14:37:04 +01:00
frag gnrc_sixlowpan_frag: remove redundant PID member 2019-02-15 11:23:18 +01:00
iphc gnrc_sixlowpan_iphc: fix _compressible() 2019-02-05 15:22:41 +01:00
nd sys: add missig <string.h> includes 2018-09-20 23:47:40 +02:00
gnrc_sixlowpan.c gnrc_sixlowpan: don't use PRIx8 2019-03-07 12:45:27 +01:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00