try to fix compiling with gcc & clang

This commit is contained in:
Simon Goldschmidt
2018-06-14 15:01:57 +02:00
parent 944f286d87
commit e61b925709
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ START_TEST(test_udp_new_remove)
}
END_TEST
void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p,
static void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p,
const ip_addr_t *addr, u16_t port)
{
struct test_udp_rxdata *ctr = (struct test_udp_rxdata *)arg;