arch/sim/src/sim/up_touchscreen.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-03 18:12:08 +09:00 committed by Xiang Xiao
parent cee4261c0d
commit df4c60c96d
1 changed files with 1 additions and 1 deletions

View File

@ -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;