소스 검색

[components][i2c] 修改为debug等级打印

wdfk-prog 10 달 전
부모
커밋
f28b84aa1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/drivers/i2c/dev_i2c_core.c

+ 1 - 1
components/drivers/i2c/dev_i2c_core.c

@@ -30,7 +30,7 @@ rt_err_t rt_i2c_bus_device_register(struct rt_i2c_bus_device *bus,
 
     res = rt_i2c_bus_device_device_init(bus, bus_name);
 
-    LOG_I("I2C bus [%s] registered", bus_name);
+    LOG_D("I2C bus [%s] registered", bus_name);
 
 #ifdef RT_USING_DM
     if (!res)