[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart
msp430usart.h, 1.4, 1.5
Jonathan Hui
jwhui at users.sourceforge.net
Mon Feb 5 12:09:46 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8568
Modified Files:
msp430usart.h
Log Message:
Fix typo in I2C default config. Bug was introduced when Philipp
Huppertz checked in the changes to uses unions for configurations.
Index: msp430usart.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/msp430usart.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** msp430usart.h 12 Dec 2006 18:23:11 -0000 1.4
--- msp430usart.h 5 Feb 2007 20:09:44 -0000 1.5
***************
*** 298,302 ****
mst : 1,
i2cword : 0,
! i2crm : 0,
i2cssel : 0x2,
i2cpsc : 0,
--- 298,302 ----
mst : 1,
i2cword : 0,
! i2crm : 1,
i2cssel : 0x2,
i2cpsc : 0,
More information about the Tinyos-2-commits
mailing list