Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.
This commit is contained in:
parent
9299735c75
commit
42ac34b484
70 changed files with 94 additions and 105 deletions
|
@ -85,12 +85,7 @@
|
|||
{
|
||||
MAC_Address_t Destination; /**< Physical MAC address of the packet recipient */
|
||||
MAC_Address_t Source; /**< Physics MAC address of the packet source */
|
||||
|
||||
union
|
||||
{
|
||||
uint16_t EtherType; /**< Ethernet packet sub-protocol type, for Ethernet V2 packets */
|
||||
uint16_t Length; /**< Ethernet frame length, for Ethernet V1 packets */
|
||||
};
|
||||
uint16_t EtherType; /**< Ethernet packet sub-protocol type, for Ethernet V2 packets */
|
||||
} Ethernet_Frame_Header_t;
|
||||
|
||||
/* External Variables: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue