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:
parent
d310014e1b
commit
72b883f5ed
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user