mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
delete a useless %s.
This commit is contained in:
@@ -67,7 +67,7 @@ rt_size_t rt_i2c_transfer(struct rt_i2c_bus_device *bus,
|
||||
#ifdef RT_I2C_DEBUG
|
||||
for (ret = 0; ret < num; ret++)
|
||||
{
|
||||
i2c_dbg("msgs[%d] %c, addr=0x%02x, len=%d%s\n", ret,
|
||||
i2c_dbg("msgs[%d] %c, addr=0x%02x, len=%d\n", ret,
|
||||
(msgs[ret].flags & RT_I2C_RD) ? 'R' : 'W',
|
||||
msgs[ret].addr, msgs[ret].len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user