From 20739d322ffeda2bcc36e7876ffe0e3212477181 Mon Sep 17 00:00:00 2001 From: jwhui Date: Mon, 5 Feb 2007 20:09:44 +0000 Subject: [PATCH] Fix typo in I2C default config. Bug was introduced when Philipp Huppertz checked in the changes to uses unions for configurations. --- tos/chips/msp430/usart/msp430usart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2