[Tinyos-2-commits] CVS: tinyos-2.x/tos/types I2C.h,1.1.2.2,1.1.2.3

Philip Buonadonna philipb at users.sourceforge.net
Thu Jun 15 16:35:32 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	I2C.h 
Log Message:
Minor change to single-inclusion wrapper for neatness. 

Index: I2C.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/Attic/I2C.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** I2C.h	13 Jun 2006 21:10:10 -0000	1.1.2.2
--- I2C.h	15 Jun 2006 23:35:30 -0000	1.1.2.3
***************
*** 35,40 ****
   */
  
! #ifndef _I2C_FLAGS_H
! #define _I2C_FLAGS_H
  
  typedef struct { } TI2CExtdAddr;
--- 35,40 ----
   */
  
! #ifndef _I2C_H
! #define _I2C_H
  
  typedef struct { } TI2CExtdAddr;
***************
*** 50,52 ****
  
  
! #endif /* _I2C_FLAGS_H */
--- 50,52 ----
  
  
! #endif /* _I2C_H */



More information about the Tinyos-2-commits mailing list