[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/telosb hardware.h, 1.4, 1.5

Joe Polastre jpolastre at users.sourceforge.net
Sat Nov 6 15:20:59 PST 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14056

Modified Files:
	hardware.h 
Log Message:
set interrupt flags to off by default


Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb/hardware.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hardware.h	24 Oct 2004 21:13:43 -0000	1.4
--- hardware.h	6 Nov 2004 23:20:56 -0000	1.5
***************
*** 137,140 ****
--- 137,141 ----
  }
  
+ 
  void TOSH_SET_PIN_DIRECTIONS(void)
  {
***************
*** 152,155 ****
--- 153,158 ----
    P5DIR = 0;
    P6DIR = 0;
+   P1IE = 0;
+   P2IE = 0;
  
    //LEDS



More information about the Tinyos-beta-commits mailing list