From d09adfc9cd4700549318e9bd850011fcd0120008 Mon Sep 17 00:00:00 2001 From: yuanQie Date: Tue, 27 May 2025 03:29:42 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=94=92=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/case52/src/testcase52.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/case52/src/testcase52.c b/test/case52/src/testcase52.c index aafe09b..05c8bf4 100755 --- a/test/case52/src/testcase52.c +++ b/test/case52/src/testcase52.c @@ -189,7 +189,6 @@ void *handleUdpTransmission(void *arg) printf("[while(1)]:/*************************************/\n"); while (1) { - printf("[slot]:%u \n", slot_ind_flag); if (1 == slot_ind_flag) { @@ -216,7 +215,7 @@ void *handleUdpTransmission(void *arg) uint8_t block_n = 0; if (w_idx == r_idx){ printf("[while(1)]: w_idx = %hhu, r_idx = %hhu\n", w_idx, r_idx); - printf("[while(1)]: çİş\n"); + printf("[while(1)]: pass\n"); } else { if (r_idx < w_idx) { printf("[while(1)]: w_idx = %hhu, r_idx = %hhu\n", w_idx, r_idx);