support plc socket and optimize LWIP test demo cases

This commit is contained in:
wlyu
2022-03-16 18:34:55 +08:00
parent 68e5436aae
commit e5d124231c
26 changed files with 2442 additions and 158 deletions
@@ -246,7 +246,7 @@ netconn_delete(struct netconn *conn)
} else
#endif /* LWIP_NETCONN_FULLDUPLEX */
{
// err = netconn_prepare_delete(conn);
err = netconn_prepare_delete(conn);
}
if (err == ERR_OK) {
netconn_free(conn);