Merge "stm32: change slave address to 0x3c"

This commit is contained in:
Gerrit
2012-04-27 17:24:15 -07:00
committed by Gerrit Code Review

View File

@@ -18,7 +18,7 @@
#define CPRINTF(format, args...) cprintf(CC_I2C, format, ## args)
/* 8-bit I2C slave address */
#define I2C_ADDRESS 0xec
#define I2C_ADDRESS 0x3c
/* I2C bus frequency */
#define I2C_FREQ 100000 /* Hz */