feat: 🐛 增加slot有关的打印

This commit is contained in:
yuanQie 2025-05-22 21:21:23 +08:00
parent db5734c6ec
commit 51590f712e

View File

@ -294,6 +294,7 @@ uint32_t rx_callback_data(const char* buf,uint32_t payloadSize)
uint32_t tick_from_tx_ctrl = *(uint32_t *)(buf+4); uint32_t tick_from_tx_ctrl = *(uint32_t *)(buf+4);
printf("[rx_callback_data]:slot_ind_flag == 1 \n");
slot_ind_flag = 1; slot_ind_flag = 1;
gu32_value = value; gu32_value = value;
gu32_tick_receive_ctrl = stc_cnt; gu32_tick_receive_ctrl = stc_cnt;