Fixed unit tests after changing struct ip_addr to ip_addr_t

This commit is contained in:
goldsimon
2010-02-09 16:40:52 +00:00
parent 077caac76d
commit 3f8e6c423c
4 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ START_TEST(test_tcp_recv_inseq)
struct tcp_pcb* pcb;
struct pbuf* p;
char data[] = {1, 2, 3, 4};
struct ip_addr remote_ip, local_ip;
ip_addr_t remote_ip, local_ip;
u16_t data_len;
u16_t remote_port = 0x100, local_port = 0x101;
struct netif netif;