cmRtSys.c: Disable UDP port poll in _cmRtDspExecCallback()
This commit is contained in:
parent
ea3e56b780
commit
4364f23d22
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user