[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart HplMsp430I2C0P.nc, 1.1.2.2, 1.1.2.3

Jonathan Hui jwhui at users.sourceforge.net
Fri Oct 13 13:46:32 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4930

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplMsp430I2C0P.nc 
Log Message:

One more thing from Max Cortiana. The initial checkin was wrong, it
should be 0.



Index: HplMsp430I2C0P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/Attic/HplMsp430I2C0P.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** HplMsp430I2C0P.nc	13 Oct 2006 17:26:03 -0000	1.1.2.2
--- HplMsp430I2C0P.nc	13 Oct 2006 20:46:30 -0000	1.1.2.3
***************
*** 84,88 ****
                   ( config->xa << 4 ) |
                   ( config->listen << 3 ) );
!       I2CTCTL = TXEPT;
        I2CTCTL = ( ( config->i2cword << 7 ) |
  		  ( config->i2crm << 6 ) |
--- 84,88 ----
                   ( config->xa << 4 ) |
                   ( config->listen << 3 ) );
!       I2CTCTL = 0;
        I2CTCTL = ( ( config->i2cword << 7 ) |
  		  ( config->i2crm << 6 ) |



More information about the Tinyos-2-commits mailing list