[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial
programmers.html, NONE, 1.1.2.1 index.html, 1.1.2.4,
1.1.2.5 lesson1.html, 1.1.2.11, 1.1.2.12 lesson2.html, 1.1.2.6,
1.1.2.7 lesson3.html, 1.1.2.3, 1.1.2.4 lesson5.html, 1.1.2.4,
1.1.2.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep102.txt, 1.1.2.3,
1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 */
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial
programmers.html, NONE, 1.1.2.1 index.html, 1.1.2.4,
1.1.2.5 lesson1.html, 1.1.2.11, 1.1.2.12 lesson2.html, 1.1.2.6,
1.1.2.7 lesson3.html, 1.1.2.3, 1.1.2.4 lesson5.html, 1.1.2.4,
1.1.2.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep102.txt, 1.1.2.3,
1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list