mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[components][i2c] 修改为debug等级打印
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user