Fix macOS compilation caused by bad merge of net_udp.c

This commit is contained in:
alexey.lysiuk 2023-07-08 16:11:36 +03:00
parent 49822069a3
commit b365e5d435

View file

@ -109,6 +109,7 @@ sys_socket_t UDP4_Init (void)
}
else
myAddr4 = *(in_addr_t *)local->h_addr_list[0];
}
#endif
}