[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager FlashVolumeManagerP.nc, 1.14, 1.15
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Wed Apr 22 17:45:02 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9494/tos/lib/net/Deluge/FlashVolumeManager
Modified Files:
FlashVolumeManagerP.nc
Log Message:
Fix for Deluge T2 to properly deal with images bigger than 64K.
Index: FlashVolumeManagerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** FlashVolumeManagerP.nc 19 May 2008 21:25:08 -0000 1.14
--- FlashVolumeManagerP.nc 23 Apr 2009 00:44:58 -0000 1.15
***************
*** 46,50 ****
nx_uint8_t cmd;
nx_uint8_t imgNum;
! nx_uint16_t offset;
nx_uint16_t len;
nx_uint8_t data[0];
--- 46,50 ----
nx_uint8_t cmd;
nx_uint8_t imgNum;
! nx_uint32_t offset;
nx_uint16_t len;
nx_uint8_t data[0];
More information about the Tinyos-2-commits
mailing list