nova proba

Revision:
17:74c41e3f10b8
Parent:
16:c4e0e8b4d8fc
Child:
18:5ee53205451a
--- a/UdpToScom.cpp	Sun May 03 19:39:27 2020 +0200
+++ b/UdpToScom.cpp	Wed May 06 00:42:53 2020 +0200
@@ -30,7 +30,7 @@
     }   
 }
 
-extern void  udpRxThreadCancel(  void);
+//extern void  udpRxThreadCancel(  void);
 
 
 void inic_1(void)
@@ -45,7 +45,7 @@
 //     if(gp_udpRxThread) {delete gp_udpRxThread; gp_udpRxThread = NULL;}
 //     printf("udp thread zavrsio\n\r");
     
- udpRxThreadCancel(  );
+ udpRxThreadsCancel(  );
 
     /* gasenje serial com thread-a */
 //    int st = gp_scomRxThread->get_state();
@@ -97,6 +97,6 @@
    
     
 //    gp_udpRxThread = new Thread( udpRx_fun );
-      udpRxThreadRiseUp(  );
+      udpRxThreadsRiseUp(  );
 
 }
\ No newline at end of file