更新注释

This commit is contained in:
不吃油炸鸡
2026-02-08 12:06:25 +08:00
parent 24b9328e1a
commit a0dab495b7

View File

@@ -25,7 +25,7 @@ static void _timer_callback(void *argument)
osMessageQueuePut(PD_handle_event_MsgQueue, &ready, 0, 1);
time_count = 0;
osTimerStop(PD_UFP_Task_timer_id);
} else if(time_count >= 10) { // 5秒超时
} else if(time_count >= 10) { // 10秒超时
ready = PD_EVT_PPS_FAILED;
osMessageQueuePut(PD_handle_event_MsgQueue, &ready, 0, 1);
time_count = 0;