[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra NetProgC.nc, 1.3, 1.4

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Wed Dec 19 18:31:42 PST 2007


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

Modified Files:
	NetProgC.nc 
Log Message:
Fix the Deluge rollback gesture and increase the total number of Deluge images to 4. The first one is considered to be the Golden Image.


Index: NetProgC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/NetProgC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NetProgC.nc	27 Jun 2007 20:04:57 -0000	1.3
--- NetProgC.nc	20 Dec 2007 02:31:40 -0000	1.4
***************
*** 47,52 ****
  
    MainC.SoftwareInit -> NetProgM.Init;
!   NetProgM.DelugeStorage[VOLUME_DELUGE0] -> DelugeStorageC.DelugeStorage[VOLUME_DELUGE0];
    NetProgM.DelugeStorage[VOLUME_DELUGE1] -> DelugeStorageC.DelugeStorage[VOLUME_DELUGE1];
    NetProgM.DelugeMetadata -> DelugeStorageC;
    NetProgM.IFlash -> IFlash;
--- 47,54 ----
  
    MainC.SoftwareInit -> NetProgM.Init;
!   NetProgM.DelugeStorage[VOLUME_GOLDENIMAGE] -> DelugeStorageC.DelugeStorage[VOLUME_GOLDENIMAGE];
    NetProgM.DelugeStorage[VOLUME_DELUGE1] -> DelugeStorageC.DelugeStorage[VOLUME_DELUGE1];
+   NetProgM.DelugeStorage[VOLUME_DELUGE2] -> DelugeStorageC.DelugeStorage[VOLUME_DELUGE2];
+   NetProgM.DelugeStorage[VOLUME_DELUGE3] -> DelugeStorageC.DelugeStorage[VOLUME_DELUGE3];
    NetProgM.DelugeMetadata -> DelugeStorageC;
    NetProgM.IFlash -> IFlash;



More information about the Tinyos-2-commits mailing list