I2C: i2c.h/i2c.c applied new code formatting

This commit is contained in:
Jakob Hasse 2020-02-12 17:01:14 +01:00 committed by StrawHat
parent d230d44e2d
commit 3bcc6b48af
3 changed files with 85 additions and 86 deletions

View file

@ -93,7 +93,6 @@ static i2c_config_t i2c_slave_init(void)
TEST_CASE("I2C i2c_set_pin() fails if sda and scl gpios are same", "[i2c]")
{
// master test
TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, i2c_set_pin(0, 0, 0, true, true , I2C_MODE_SLAVE));
}