mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Add LPC2368 demo.
This commit is contained in:
parent
0a6d59a611
commit
b36ba44e0d
43 changed files with 5064 additions and 2124 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue