From 20d3c88a0024fa173d78a87d18cd1c232ae0abb5 Mon Sep 17 00:00:00 2001 From: "xinxin.li" Date: Mon, 29 Jan 2024 16:19:25 +0800 Subject: [PATCH] 1. fix UCP4008-SL bug#1641; --- public/ecs_rfm_spu1/driver/src/jesd_timer.s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/ecs_rfm_spu1/driver/src/jesd_timer.s.c b/public/ecs_rfm_spu1/driver/src/jesd_timer.s.c index 8b93cb8..1978a9f 100644 --- a/public/ecs_rfm_spu1/driver/src/jesd_timer.s.c +++ b/public/ecs_rfm_spu1/driver/src/jesd_timer.s.c @@ -180,7 +180,7 @@ int32_t get_jesd_timer_point_para(int32_t nTmrId, int32_t tmrPoint, uint32_t* te EcsRfmDmLocalMgt_t* pEcsDmLocalMgt = get_ecs_rfm_dm_local_mgt(); stMtimerPara* pMtimerPara = pEcsDmLocalMgt->pMtimerPara[nTmrId]; - if (tmrPoint < 0) + while (tmrPoint < 0) { tmrPoint += pMtimerPara->tddPeriod; //SFN_PERIOD; }