[Tinyos-2-commits] CVS: tinyos-2.x/tos/types Leds.h,1.4,1.5
Phil Levis
scipio at users.sourceforge.net
Thu Apr 10 13:01:39 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/types
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14229
Modified Files:
Leds.h
Log Message:
#define guard.
Index: Leds.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/Leds.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Leds.h 12 Dec 2006 18:23:47 -0000 1.4
--- Leds.h 10 Apr 2008 20:01:37 -0000 1.5
***************
*** 1,4 ****
//$Id$
-
/* "Copyright (c) 2005 The Regents of the University of California.
* All rights reserved.
--- 1,3 ----
***************
*** 28,31 ****
--- 27,33 ----
*/
+ #ifndef LEDS_H
+ #define LEDS_H
+
enum {
LEDS_LED0 = 1 << 0,
***************
*** 39,40 ****
--- 41,43 ----
};
+ #endif
More information about the Tinyos-2-commits
mailing list