Merge branch 'dev_ck_v2.1_bug#1641#' into 'dev_ck_v2.1'

UCP4008-SL bug#1641

See merge request ucp/driver/ucp4008_platform_spu!87
This commit is contained in:
Xianfeng Du 2024-01-29 09:29:14 +00:00
commit 101cecf4aa

View File

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