aboutsummaryrefslogtreecommitdiff
path: root/product/synquacer/module/f_i2c/src/i2c_depend.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/synquacer/module/f_i2c/src/i2c_depend.c')
-rw-r--r--product/synquacer/module/f_i2c/src/i2c_depend.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/product/synquacer/module/f_i2c/src/i2c_depend.c b/product/synquacer/module/f_i2c/src/i2c_depend.c
index debec8da..dfe60d32 100644
--- a/product/synquacer/module/f_i2c/src/i2c_depend.c
+++ b/product/synquacer/module/f_i2c/src/i2c_depend.c
@@ -92,10 +92,7 @@ void i2c_construction(void)
&i2c_params[i]);
if (i2c_err != I2C_ERR_OK) {
SCB_Error(i2c_err);
- FWK_LOG_ERR(
- synquacer_system_ctx.log_api,
- "[I2C] I2C ch#%d initialize error.\n",
- i);
+ FWK_LOG_ERR("[I2C] I2C ch#%d initialize error.", i);
}
}
}