From af1c54edc70f20b4fb844faae61e2fb1fc6d4256 Mon Sep 17 00:00:00 2001 From: sangwon03 Date: Thu, 28 Sep 2017 19:13:19 +0900 Subject: [PATCH] Update utc_i2c.c --- apps/examples/testcase/ta_tc/systemio/utc/utc_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/examples/testcase/ta_tc/systemio/utc/utc_i2c.c b/apps/examples/testcase/ta_tc/systemio/utc/utc_i2c.c index 172b0e1..e5a9e75 100644 --- a/apps/examples/testcase/ta_tc/systemio/utc/utc_i2c.c +++ b/apps/examples/testcase/ta_tc/systemio/utc/utc_i2c.c @@ -72,7 +72,7 @@ static void utc_i2c_set_frequency_n(void) static void utc_i2c_set_address_p(void) { - TC_ASSERT_EQ("iotbus_i2c_set_address", iotbus_i2c_set_address(i2c, 0x23), IOTBUS_ERROR_NONE); //for gy30 sensor + TC_ASSERT_EQ("iotbus_i2c_set_address", iotbus_i2c_set_address(i2c, 0x23), IOTBUS_ERROR_NONE); TC_SUCCESS_RESULT(); } -- 2.7.4