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

removed error causing packed attribute in net_if

This commit is contained in:
Oleg Hahm 2014-03-02 23:25:57 +00:00
parent 29ef19eea0
commit 3e4fa5f012

View File

@ -133,7 +133,7 @@ typedef uint8_t net_if_trans_addr_m_t;
/**
* @brief Interface type.
*/
typedef struct __attribute__((packed)) {
typedef struct {
uint8_t initialized; ///< Detemines if interface is initialized
uint8_t protocols; ///< Interface L3 protocols
transceiver_type_t transceivers; ///< Transceivers to use with this interface