[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge DelugeManagerP.nc, 1.1, 1.2

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Tue Jan 15 11:14:52 PST 2008


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

Modified Files:
	DelugeManagerP.nc 
Log Message:
Fix a bug which prevented the -r to use anything but the Golden Image slot. The problem was reported by Weiping Song and Dimas Abreu Dutra.


Index: DelugeManagerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/DelugeManagerP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DelugeManagerP.nc	14 Jan 2008 04:22:01 -0000	1.1
--- DelugeManagerP.nc	15 Jan 2008 19:14:50 -0000	1.2
***************
*** 93,96 ****
--- 93,97 ----
      case DELUGE_CMD_REPROGRAM:
      case DELUGE_CMD_REBOOT:
+       delugeCmd.imgNum = request->imgNum;
        call DelayTimer.startOneShot(1024);
        sendReply(SUCCESS);



More information about the Tinyos-2-commits mailing list