[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/lib/tinyld tosthread_slcs_types.h, 1.1, 1.2

Chieh-Jan Mike Liang liang_mike at users.sourceforge.net
Wed Feb 4 12:10:13 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/lib/tinyld
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1684/tos/lib/tosthreads/lib/tinyld

Modified Files:
	tosthread_slcs_types.h 
Log Message:
Add tosthread_join support to TinyLD
Fix a typo in README


Index: tosthread_slcs_types.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tosthread_slcs_types.h	4 Feb 2009 07:41:35 -0000	1.1
--- tosthread_slcs_types.h	4 Feb 2009 20:10:11 -0000	1.2
***************
*** 107,111 ****
    {getLeds}, {setLeds},
  
!   {div}
  };
  
--- 107,113 ----
    {getLeds}, {setLeds},
  
!   {div},
!   
!   {tosthread_join}
  };
  



More information about the Tinyos-2-commits mailing list