Changeset 158 for uKadecot/trunk/uip/net/ipv4/uip_arp.h
- Timestamp:
- Feb 20, 2016, 10:43:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uKadecot/trunk/uip/net/ipv4/uip_arp.h
r157 r158 53 53 #define __UIP_ARP_H__ 54 54 55 #include " uip.h"55 #include "net/ip/uip.h" 56 56 57 57 #ifdef __RX … … 69 69 struct uip_eth_addr dest; 70 70 struct uip_eth_addr src; 71 u 16_t type;71 uint16_t type; 72 72 }; 73 73
Note:
See TracChangeset
for help on using the changeset viewer.