Procházet zdrojové kódy

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

master
kevin před 11 roky
rodič
revize
4364f23d22
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      cmRtSys.c

+ 2
- 2
cmRtSys.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit