test: 🔒 测试

This commit is contained in:
yuanQie 2025-05-27 03:29:42 +08:00
parent cd69ac8d94
commit d09adfc9cd

View File

@ -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);