mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
2c9ee62eb0
While working on #9352 I noticed that the order of members in the `gnrc_sixlowpan_msg_frag_t` struct costs us 4 bytes in RAM due to byte alignment. This PR fixes the order of members, so they are the most packed. |
||
---|---|---|
.. | ||
application_layer | ||
crosslayer | ||
gnrc | ||
link_layer | ||
netdev_test | ||
network_layer | ||
routing | ||
skald | ||
sock | ||
transport_layer | ||
doc.txt |