[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 HPLSTUARTM.nc, 1.1, 1.2

Robbie Adler radler at users.sourceforge.net
Tue Mar 8 17:06:39 PST 2005


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

Modified Files:
	HPLSTUARTM.nc 
Log Message:
	
	stupid, but nasty bug fix


Index: HPLSTUARTM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/HPLSTUARTM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLSTUARTM.nc	15 Feb 2005 18:09:48 -0000	1.1
--- HPLSTUARTM.nc	9 Mar 2005 01:06:36 -0000	1.2
***************
*** 99,103 ****
          _GPIO_setaltfn(47,1);
          
!         _GPDR(46) &= _GPIO_bit(46);
          _GPDR(47) |= _GPIO_bit(47);
          
--- 99,103 ----
          _GPIO_setaltfn(47,1);
          
!          _GPDR(46) &= ~_GPIO_bit(46);
          _GPDR(47) |= _GPIO_bit(47);
          



More information about the Tinyos-beta-commits mailing list