Browse Source

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

master
kevin 11 years ago
parent
commit
4364f23d22
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      cmRtSys.c

+ 2
- 2
cmRtSys.c View File

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

Loading…
Cancel
Save