cmRtSys.c: Disable UDP port poll in _cmRtDspExecCallback()

This commit is contained in:
kevin 2013-04-12 13:06:50 -07:00
parent ea3e56b780
commit 4364f23d22

View File

@ -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 )