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

@ -135,7 +135,7 @@ struct uip_eth_addr uip_ethaddr = {{0,0,0,0,0,0}};
#endif
#ifndef UIP_CONF_EXTERNAL_BUFFER
u8_t uip_buf[UIP_BUFSIZE + 2]; /* The packet buffer that contains
u8_t uip_buf[UIP_BUFSIZE + 2] ALIGN_STRUCT_END; /* The packet buffer that contains
incoming packets. */
#endif /* UIP_CONF_EXTERNAL_BUFFER */