Fixing w5500.

This commit is contained in:
TXuian 2022-12-10 13:54:12 +08:00
parent c4b26cefd2
commit c50683d783
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ void wiz_client_op_test(int argc, char *argv[]) {
RECV_DATA); RECV_DATA);
if (ret > 0) { if (ret > 0) {
KPrintf("received msg: %s\n", recv_buf); KPrintf("received msg: %s\n", recv_buf);
break;
} }
} }