test: 🔒 去掉频繁的打印方便观察结果

This commit is contained in:
yuanQie 2025-05-27 02:59:22 +08:00
parent 5bffdbca4c
commit 2f4c8d737c

View File

@ -189,7 +189,7 @@ void *handleUdpTransmission(void *arg)
printf("[while(1)]:/*************************************/\n"); printf("[while(1)]:/*************************************/\n");
while (1) while (1)
{ {
printf("[slot]:%u \n", slot_ind_flag); // printf("[slot]:%u \n", slot_ind_flag);
if (1 == slot_ind_flag) if (1 == slot_ind_flag)
{ {