1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

ng_pkt: remove packed attribute from ng_pktsnip_t

This commit is contained in:
Martine Lenders 2015-07-13 14:23:36 +02:00
parent d310014e1b
commit 72b883f5ed

View File

@ -97,7 +97,7 @@ extern "C" {
* as factory.
*/
/* packed to be aligned correctly in the static packet buffer */
typedef struct __attribute__((packed)) ng_pktsnip {
typedef struct ng_pktsnip {
/**
* @brief Counter of threads currently having control over this packet.
*