[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge NetProg.h, 1.3, 1.4

Jonathan Hui jwhui at users.sourceforge.net
Sat Jul 2 23:55:19 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8726

Modified Files:
	NetProg.h 
Log Message:
- Moved to higher addresses in internal flash address space to leave a
larger contiguous space free for other usage.



Index: NetProg.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/NetProg.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NetProg.h	15 Mar 2005 19:54:11 -0000	1.3
--- NetProg.h	3 Jul 2005 06:55:17 -0000	1.4
***************
*** 34,39 ****
  #define __NETPROG_H__
  
! #define IFLASH_TOS_INFO_ADDR  0x50 // 6 bytes
! #define IFLASH_NODE_DESC_ADDR 0x56 // 6 bytes
  
  typedef struct NetProg_TOSInfo {
--- 34,41 ----
  #define __NETPROG_H__
  
! enum {
!   IFLASH_TOS_INFO_ADDR = 0x60,  // 6 bytes
!   IFLASH_NODE_DESC_ADDR = 0x66, // 6 bytes
! };
  
  typedef struct NetProg_TOSInfo {



More information about the Tinyos-beta-commits mailing list