[PD-cvs] externals/iem/comport/comport comport.c,1.18,1.19

Martin Peach mrpeach at users.sourceforge.net
Thu Aug 24 18:48:51 CEST 2006


Update of /cvsroot/pure-data/externals/iem/comport/comport
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5187

Modified Files:
	comport.c 
Log Message:
Added call to clock_delay in comport_devicename


Index: comport.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/comport/comport.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** comport.c	31 Jul 2006 03:12:37 -0000	1.18
--- comport.c	24 Aug 2006 16:48:49 -0000	1.19
***************
*** 11,14 ****
--- 11,15 ----
  MP 20060621 Do all the above for Windows too.
  MP 20060709 All status goes out the status outlet when an info message is received
+ MP 20060824 added clock_delay call in comport_devicename
  */
  
***************
*** 1209,1212 ****
--- 1210,1214 ----
      x->serial_device = s;
      x->comhandle = open_serial(9999,x);
+     clock_delay(x->x_clock, x->x_deltime);
  }
  





More information about the Pd-cvs mailing list