From 4364f23d22be634f85a344689111466cfa27ee02 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 12 Apr 2013 13:06:50 -0700 Subject: [PATCH] cmRtSys.c: Disable UDP port poll in _cmRtDspExecCallback() --- cmRtSys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmRtSys.c b/cmRtSys.c index d2b6373..1f178e2 100644 --- a/cmRtSys.c +++ b/cmRtSys.c @@ -279,8 +279,8 @@ void _cmRtDspExecCallback( _cmRtCfg_t* cp ) // which in turn calls cmRtSysDeliverMsg() which queues any incoming messages // which are then transferred to the DSP processes by the the call to // _cmRtDeliverMsgWithLock() below. - if( cp->cbEnableFl ) - cmUdpGetAvailData(cp->udpH,NULL,NULL,NULL); + //if( cp->cbEnableFl ) + // cmUdpGetAvailData(cp->udpH,NULL,NULL,NULL); // if there are msgs waiting to be sent to the DSP process send them. if( cp->cbEnableFl )