Add LPC2368 demo.

This commit is contained in:
Richard Barry 2007-04-05 13:47:25 +00:00
parent 0a6d59a611
commit b36ba44e0d
43 changed files with 5064 additions and 2124 deletions

View file

@ -93,7 +93,7 @@ struct tcpip_hdr {
u16_t tcpchksum;
u8_t urgp[2];
u8_t optdata[4];
};
} PACK_STRUCT_END;
struct icmpip_hdr {
/* IP header. */
@ -112,7 +112,7 @@ struct icmpip_hdr {
u16_t icmpchksum;
u16_t id, seqno;
u8_t payload[1];
};
} PACK_STRUCT_END;
/* ICMP ECHO. */
#define ICMP_ECHO 8