Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.

This commit is contained in:
Dean Camera 2010-07-18 07:31:57 +00:00
parent 9299735c75
commit 42ac34b484
70 changed files with 94 additions and 105 deletions

View file

@ -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: */