[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/telosb
hardware.h, 1.6, 1.7
Cory Sharp
cssharp at users.sourceforge.net
Sun Nov 7 01:27:22 PST 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv493
Modified Files:
hardware.h
Log Message:
Doh, I committed the wrong version. This is the correct fix.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb/hardware.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hardware.h 7 Nov 2004 09:10:28 -0000 1.6
--- hardware.h 7 Nov 2004 09:27:19 -0000 1.7
***************
*** 153,160 ****
P5DIR = 0;
P6DIR = 0;
! P1IE = 0;
! P2IE = 0;
! //{ MSP430REG_NORACE2(p,P1IE); p=0; }
! //{ MSP430REG_NORACE2(p,P2IE); p=0; }
//LEDS
--- 153,158 ----
P5DIR = 0;
P6DIR = 0;
! { MSP430REG_NORACE2(p,P1IE); p=0; }
! { MSP430REG_NORACE2(p,P2IE); p=0; }
//LEDS
More information about the Tinyos-beta-commits
mailing list