[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 hardware.h, 1.9, 1.10

Robbie Adler radler at users.sourceforge.net
Wed Oct 25 08:42:23 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13993

Modified Files:
	hardware.h 
Log Message:
added #include lines to auto include system headers

Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/hardware.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** hardware.h	10 Oct 2006 01:57:44 -0000	1.9
--- hardware.h	25 Oct 2006 15:42:15 -0000	1.10
***************
*** 69,72 ****
--- 69,76 ----
  #define __TOSH_HARDWARE_H__
  
+ #include "utils.h"
+ #include "systemUtil.h"
+ #include "assert.h"
+ 
  #include "pxa27xhardware.h"
  #include "CC2420Const.h"
***************
*** 201,204 ****
--- 205,213 ----
  }
  
+ #define malloc safe_malloc
+ #define realloc safe_realloc
+ #define memalign safe_memalign
+ #define calloc safe_calloc
+ #define free safe_free
  
  #endif //TOSH_HARDWARE_H



More information about the Tinyos-beta-commits mailing list