Explorar el Código

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

master
kevin hace 11 años
padre
commit
4364f23d22
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      cmRtSys.c

+ 2
- 2
cmRtSys.c Ver fichero

@@ -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…
Cancelar
Guardar