From cc22e613b9ff2e59c5abbef303b0dd6698674e8d Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Sat, 10 Dec 2022 12:49:55 +0800 Subject: [PATCH] Fixing w5500. --- .../xidatong-riscv64/third_party_driver/ethernet/connect_w5500.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubiquitous/XiZi_IIoT/board/xidatong-riscv64/third_party_driver/ethernet/connect_w5500.c b/Ubiquitous/XiZi_IIoT/board/xidatong-riscv64/third_party_driver/ethernet/connect_w5500.c index 3162ab224..35ba6a68d 100644 --- a/Ubiquitous/XiZi_IIoT/board/xidatong-riscv64/third_party_driver/ethernet/connect_w5500.c +++ b/Ubiquitous/XiZi_IIoT/board/xidatong-riscv64/third_party_driver/ethernet/connect_w5500.c @@ -404,6 +404,7 @@ void wiz_server(void *param) { while (1) { ret = wiz_server_op(0, buf, g_wiznet_buf_size, port, RECV_DATA); if (ret > 0) { + KPrintf("[W5500 Server] Recv: %s\n", buf); wiz_server_op(0, buf, g_wiznet_buf_size, port, SEND_DATA); }; }