[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerial
TestSerial.h, 1.1.2.3, 1.1.2.4
Jonathan Hui
jwhui at users.sourceforge.net
Mon Jun 12 09:09:10 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30943
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
TestSerial.h
Log Message:
Put ifndef so that it's not multiply included.
Index: TestSerial.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial/Attic/TestSerial.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** TestSerial.h 16 Jan 2006 01:22:49 -0000 1.1.2.3
--- TestSerial.h 12 Jun 2006 16:09:07 -0000 1.1.2.4
***************
*** 1,2 ****
--- 1,6 ----
+
+ #ifndef TEST_SERIAL_H
+ #define TEST_SERIAL_H
+
typedef nx_struct TestSerialMsg {
nx_uint16_t counter;
***************
*** 6,7 ****
--- 10,13 ----
AM_TESTSERIALMSG = 9,
};
+
+ #endif
More information about the Tinyos-2-commits
mailing list