[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/system DynamicThreadP.nc, 1.2, 1.3

Chieh-Jan Mike Liang liang_mike at users.sourceforge.net
Tue Jul 15 12:00:48 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18004/tos/lib/tosthreads/system

Modified Files:
	DynamicThreadP.nc 
Log Message:
Remove a debugging LED


Index: DynamicThreadP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system/DynamicThreadP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DynamicThreadP.nc	23 Jun 2008 01:25:03 -0000	1.2
--- DynamicThreadP.nc	15 Jul 2008 19:00:42 -0000	1.3
***************
*** 144,148 ****
    
    async event void ThreadCleanup.cleanup[uint8_t id]() {
-     call Leds.led2Toggle();
      signal ThreadNotification.aboutToDestroy[id]();
      atomic {
--- 144,147 ----



More information about the Tinyos-2-commits mailing list