]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo in I2C default config. Bug was introduced when Philipp
authorjwhui <jwhui>
Mon, 5 Feb 2007 20:09:44 +0000 (20:09 +0000)
committerjwhui <jwhui>
Mon, 5 Feb 2007 20:09:44 +0000 (20:09 +0000)
Huppertz checked in the changes to uses unions for configurations.

tos/chips/msp430/usart/msp430usart.h

index 7939cedbc634c0904dbb4b3ba818181a5c1bd153..5a50349cd6c45b3350df9c57b044e40e5350e72c 100644 (file)
@@ -297,7 +297,7 @@ msp430_i2c_union_config_t msp430_i2c_default_config = {
     listen : 0, 
     mst : 1,
     i2cword : 0, 
-    i2crm : 0
+    i2crm : 1
     i2cssel : 0x2, 
     i2cpsc : 0, 
     i2csclh : 0x3,