Remove U16_t and most other similar types. Rewrite functions to ansi-style
declaration if necessary.
This commit is contained in:
@@ -17,7 +17,6 @@ typedef struct ether_addr
|
||||
} ether_addr_t;
|
||||
|
||||
typedef u16_t ether_type_t;
|
||||
typedef U16_t Ether_type_t;
|
||||
|
||||
#define ETH_ARP_PROTO 0x806
|
||||
#define ETH_IP_PROTO 0x800
|
||||
|
||||
Reference in New Issue
Block a user