23/08/11 Fix app test socket

This commit is contained in:
涂煜洋
2023-08-11 10:02:51 +08:00
parent a9ebe1e96d
commit 586ceba08e

View File

@@ -256,7 +256,7 @@ enum IperfParamEnum {
IPERF_PARAM_PORT = 'p',
};
void TestIperf(int argc, char* argv[])
void TestSocket(int argc, char* argv[])
{
lwip_config_tcp(0, lwip_ipaddr, lwip_netmask, lwip_gwaddr);