|
@@ -279,8 +279,8 @@ void _cmRtDspExecCallback( _cmRtCfg_t* cp )
|
279
|
279
|
// which in turn calls cmRtSysDeliverMsg() which queues any incoming messages
|
280
|
280
|
// which are then transferred to the DSP processes by the the call to
|
281
|
281
|
// _cmRtDeliverMsgWithLock() below.
|
282
|
|
- if( cp->cbEnableFl )
|
283
|
|
- cmUdpGetAvailData(cp->udpH,NULL,NULL,NULL);
|
|
282
|
+ //if( cp->cbEnableFl )
|
|
283
|
+ // cmUdpGetAvailData(cp->udpH,NULL,NULL,NULL);
|
284
|
284
|
|
285
|
285
|
// if there are msgs waiting to be sent to the DSP process send them.
|
286
|
286
|
if( cp->cbEnableFl )
|