[Tinyos-2-commits] CVS: tinyos-2.x/tos/sensorboards/im2sb/examples TestSensor.h, 1.2, 1.3

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Tue Jun 10 17:42:17 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/sensorboards/im2sb/examples
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9551/sensorboards/im2sb/examples

Modified Files:
	TestSensor.h 
Log Message:
Convert to Unix-style line terminators.


Index: TestSensor.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/sensorboards/im2sb/examples/TestSensor.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestSensor.h	12 Dec 2006 18:23:46 -0000	1.2
--- TestSensor.h	11 Jun 2008 00:42:14 -0000	1.3
***************
*** 1,12 ****
! #ifndef TEST_SENSOR_H
! #define TEST_SENSOR_H
! 
! typedef nx_struct TestSensorMsg {
!   nx_uint16_t value;
! } TestSensorMsg;
! 
! enum {
!   AM_TESTSENSORMSG = 10,
! };
! 
! #endif
--- 1,12 ----
! #ifndef TEST_SENSOR_H
! #define TEST_SENSOR_H
! 
! typedef nx_struct TestSensorMsg {
!   nx_uint16_t value;
! } TestSensorMsg;
! 
! enum {
!   AM_TESTSENSORMSG = 10,
! };
! 
! #endif



More information about the Tinyos-2-commits mailing list