[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/handhelds/swtest/TestSD SDAppM.nc, 1.3, 1.4
steve ayer
ayer1 at users.sourceforge.net
Thu Mar 27 12:23:22 PDT 2008
Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/swtest/TestSD
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18709
Modified Files:
SDAppM.nc
Log Message:
uncommented leds.init(); this fixes bug logged in last-checkin.
Index: SDAppM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/swtest/TestSD/SDAppM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SDAppM.nc 27 Mar 2008 19:22:34 -0000 1.3
--- SDAppM.nc 27 Mar 2008 19:23:20 -0000 1.4
***************
*** 103,107 ****
TOSH_CLR_UTXD0_PIN();
! // call Leds.init();
// call Leds.greenOn();
--- 103,107 ----
TOSH_CLR_UTXD0_PIN();
! call Leds.init();
// call Leds.greenOn();
More information about the Tinyos-contrib-commits
mailing list