replaced uip_buf with the new uip_aligned_buf

This commit is contained in:
joxe 2010-06-03 11:37:50 +00:00
parent 62abed8347
commit c4278dedc2

View file

@ -9,7 +9,7 @@
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
u8_t uip_buf[UIP_BUFSIZE + 2];
uip_buf_t uip_aligned_buf;
u16_t uip_len;