[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/RadioStress
RadioStress.h, 1.1.2.1, 1.1.2.2
Kevin Klues
klueska at users.sourceforge.net
Tue Aug 15 04:59:11 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/RadioStress
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5934/apps/tests/RadioStress
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
RadioStress.h
Log Message:
Update to Resource and Power Manager stuff
Index: RadioStress.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/RadioStress/RadioStress.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** RadioStress.h 14 Sep 2005 15:13:57 -0000 1.1.2.1
--- RadioStress.h 15 Aug 2006 11:59:08 -0000 1.1.2.2
***************
*** 1,2 ****
--- 1,5 ----
+ #ifndef RADIO_COUNT_MSG_H
+ #define RADIO_COUNT_MSG_H
+
typedef nx_struct RadioCountMsg {
nx_uint16_t counter;
***************
*** 6,7 ****
--- 9,12 ----
AM_RADIOCOUNTMSG = 6,
};
+
+ #endif
More information about the Tinyos-2-commits
mailing list