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:
parent
29ef19eea0
commit
3e4fa5f012
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user