|
@@ -433,8 +433,8 @@ void platform_init()
|
|
|
#ifdef GPIO_I2C_SDA
|
|
#ifdef GPIO_I2C_SDA
|
|
|
// I2C pins
|
|
// I2C pins
|
|
|
// pin function pup pdown out state fast
|
|
// pin function pup pdown out state fast
|
|
|
- gpio_conf(GPIO_I2C_SCL, GPIO_FUNC_I2C, true,false, false, true, true);
|
|
|
|
|
- gpio_conf(GPIO_I2C_SDA, GPIO_FUNC_I2C, true,false, false, true, true);
|
|
|
|
|
|
|
+ // gpio_conf(GPIO_I2C_SCL, GPIO_FUNC_I2C, true,false, false, true, true);
|
|
|
|
|
+ // gpio_conf(GPIO_I2C_SDA, GPIO_FUNC_I2C, true,false, false, true, true);
|
|
|
#endif // GPIO_I2C_SDA
|
|
#endif // GPIO_I2C_SDA
|
|
|
#else
|
|
#else
|
|
|
// pin function pup pdown out state fast
|
|
// pin function pup pdown out state fast
|