mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
drivers/i2c/i2c_driver.c: Fix a syslog format
This commit is contained in:
parent
8ce63a47fc
commit
07839b6025
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue