mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
drivers/i2c/i2c_driver.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
8ce63a47fc
commit
07839b6025
@@ -239,7 +239,7 @@ static int i2cdrvr_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
FAR struct i2c_transfer_s *transfer;
|
||||
int ret;
|
||||
|
||||
i2cinfo("cmd=%x arg=%08x\n", cmd, arg);
|
||||
i2cinfo("cmd=%x arg=%08lx\n", cmd, arg);
|
||||
|
||||
/* Get our private data structure */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user