[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telos ByteEEPROM_platform.h, 1.1, 1.2

David Gay idgay at users.sourceforge.net
Mon Jun 20 15:06:48 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4872/telos

Modified Files:
	ByteEEPROM_platform.h 
Log Message:
reserve last flash page for storage manager


Index: ByteEEPROM_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telos/ByteEEPROM_platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ByteEEPROM_platform.h	15 Jul 2004 19:00:32 -0000	1.1
--- ByteEEPROM_platform.h	20 Jun 2005 22:06:45 -0000	1.2
***************
*** 31,34 ****
  enum {
    TOS_BYTEEEPROM_PAGESIZE = 1 << TOS_EEPROM_PAGE_SIZE_LOG2,
!   TOS_BYTEEEPROM_LASTBYTE = (long)TOS_EEPROM_MAX_PAGES << TOS_EEPROM_PAGE_SIZE_LOG2
  };
--- 31,34 ----
  enum {
    TOS_BYTEEEPROM_PAGESIZE = 1 << TOS_EEPROM_PAGE_SIZE_LOG2,
!   TOS_BYTEEEPROM_LASTBYTE = (long)(TOS_EEPROM_MAX_PAGES - 1) << TOS_EEPROM_PAGE_SIZE_LOG2
  };



More information about the Tinyos-commits mailing list