mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
drivers/sensors/sensor.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
78c03c88bd
commit
f8da954e7c
@@ -336,7 +336,7 @@ static int sensor_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
size_t bytes;
|
||||
int ret;
|
||||
|
||||
sninfo("cmd=%x arg=%08x\n", cmd, arg);
|
||||
sninfo("cmd=%x arg=%08lx\n", cmd, arg);
|
||||
|
||||
ret = nxsem_wait(&upper->exclsem);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user