[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2dot hardware.h, 1.6, 1.7
Phil Levis
scipio at users.sourceforge.net
Wed Jul 1 12:27:02 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9954/mica2dot
Modified Files:
hardware.h
Log Message:
Add TOS_SLEEP_NONE enum so components can prevent
low power states.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot/hardware.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hardware.h 11 Jun 2008 00:46:26 -0000 1.6
--- hardware.h 1 Jul 2009 19:27:00 -0000 1.7
***************
*** 52,55 ****
--- 52,61 ----
#include <MicaTimer.h>
+ // enum so components can override power saving,
+ // as per TEP 112.
+ enum {
+ TOS_SLEEP_NONE = ATM128_POWER_IDLE,
+ };
+
// A/D channels
enum {
More information about the Tinyos-2-commits
mailing list