1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/pktbuf_static
Marian Buschsieweke b7269c39e8
sys/net/gnrc_pktbuf_static: fix compilation with -Wcast-align
Comparing the pointers as `uintptr_t` won't hurt but makes the compiler
happy.
2021-12-03 10:12:34 +01:00
..
include gnrc_pktbuf_static: expose _align() function to be used for tests 2021-02-19 12:23:22 +01:00
gnrc_pktbuf_static.c sys/net/gnrc_pktbuf_static: fix compilation with -Wcast-align 2021-12-03 10:12:34 +01:00
Makefile
Makefile.include gnrc_pktbuf_static: expose _align() function to be used for tests 2021-02-19 12:23:22 +01:00