[Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430 InternalFlashC.nc, 1.9, 1.10

Cory Sharp cssharp at users.sourceforge.net
Mon Jun 13 23:32:06 PDT 2005


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

Modified Files:
	InternalFlashC.nc 
Log Message:
Fixed a syntax error on the enum.  Jonathan, you probably want to set that
enum to 0xffff or 65535 instead of -1.


Index: InternalFlashC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430/InternalFlashC.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** InternalFlashC.nc	14 Jun 2005 05:42:11 -0000	1.9
--- InternalFlashC.nc	14 Jun 2005 06:32:04 -0000	1.10
***************
*** 54,58 ****
      IFLASH_SEG0_VNUM_ADDR = 0x107f,
      IFLASH_SEG1_VNUM_ADDR = 0x10ff,
!     IFLASH_INVALID_VNUM = -1;
    };
  
--- 54,58 ----
      IFLASH_SEG0_VNUM_ADDR = 0x107f,
      IFLASH_SEG1_VNUM_ADDR = 0x10ff,
!     IFLASH_INVALID_VNUM = -1,
    };
  



More information about the Tinyos-commits mailing list