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 32bb9743e4
sys/net/gnrc/pktbuf_static: make use of alignas()
Since we are now using C11, we can make use of `alignas()` provided by
`<stdalign.h>` to make the alignment code easier to read.
2022-07-20 17:52:15 +02:00
..
include sys/net/gnrc/pktbuf_static: make use of alignas() 2022-07-20 17:52:15 +02:00
gnrc_pktbuf_static.c sys/net/gnrc/pktbuf_static: make use of alignas() 2022-07-20 17:52:15 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
Makefile.include gnrc_pktbuf_static: expose _align() function to be used for tests 2021-02-19 12:23:22 +01:00