From: jwhui Date: Mon, 5 Feb 2007 20:09:44 +0000 (+0000) Subject: Fix typo in I2C default config. Bug was introduced when Philipp X-Git-Tag: tinyos/2.0.1~205 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=20739d322ffeda2bcc36e7876ffe0e3212477181;p=tinyos-2.x.git Fix typo in I2C default config. Bug was introduced when Philipp Huppertz checked in the changes to uses unions for configurations. --- diff --git a/tos/chips/msp430/usart/msp430usart.h b/tos/chips/msp430/usart/msp430usart.h index 7939cedb..5a50349c 100644 --- a/tos/chips/msp430/usart/msp430usart.h +++ b/tos/chips/msp430/usart/msp430usart.h @@ -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,