[Tinyos-2-commits] CVS: tinyos-2.x/tos/system tos.h, 1.1.2.10, 1.1.2.11

David Gay idgay at users.sourceforge.net
Fri Dec 1 14:05:02 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21152

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tos.h 
Log Message:
nx_base is an internal nesC feature that is not guaranteed to remain 
unchanged across nesC releases (in fact, it just changed)


Index: tos.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/tos.h,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** tos.h	29 Jan 2006 18:07:50 -0000	1.1.2.10
--- tos.h	1 Dec 2006 22:05:00 -0000	1.1.2.11
***************
*** 20,24 ****
  enum { FALSE = 0, TRUE = 1 };
  
! typedef int8_t nx_bool __attribute__((nx_base(int8)));
  uint16_t TOS_NODE_ID = 1;
  
--- 20,24 ----
  enum { FALSE = 0, TRUE = 1 };
  
! typedef nx_int8_t nx_bool;
  uint16_t TOS_NODE_ID = 1;
  



More information about the Tinyos-2-commits mailing list