[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/null hardware.h, 1.3, 1.4

Phil Levis scipio at users.sourceforge.net
Fri Jul 6 10:33:24 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11813/tos/platforms/null

Modified Files:
	hardware.h 
Log Message:
AlarmCounter needs the #include depending on component loading order.
Add a typedef for mcu power type for the null platform.


Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/null/hardware.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hardware.h	7 Nov 2006 19:31:26 -0000	1.3
--- hardware.h	6 Jul 2007 17:33:22 -0000	1.4
***************
*** 6,9 ****
--- 6,10 ----
  
  typedef uint8_t __nesc_atomic_t;
+ typedef uint8_t mcu_power_t;
  
  inline __nesc_atomic_t __nesc_atomic_start(void) @spontaneous() {



More information about the Tinyos-2-commits mailing list