mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
arch/sim/src/sim/up_touchscreen.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
cee4261c0d
commit
df4c60c96d
@@ -368,7 +368,7 @@ static ssize_t up_read(FAR struct file *filep, FAR char *buffer, size_t len)
|
||||
struct up_sample_s sample;
|
||||
int ret;
|
||||
|
||||
iinfo("len=%d\n", len);
|
||||
iinfo("len=%zd\n", len);
|
||||
|
||||
DEBUGASSERT(filep);
|
||||
inode = filep->f_inode;
|
||||
|
||||
Reference in New Issue
Block a user