examples/touchscreen/tc_main.c: Fix a syslog format
This commit is contained in:
parent
ab83a12cff
commit
2bafb70ce1
@ -181,7 +181,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
|
|
||||||
iinfo("Reading...\n");
|
iinfo("Reading...\n");
|
||||||
nbytes = read(fd, &sample, sizeof(struct touch_sample_s));
|
nbytes = read(fd, &sample, sizeof(struct touch_sample_s));
|
||||||
iinfo("Bytes read: %d\n", nbytes);
|
iinfo("Bytes read: %zd\n", nbytes);
|
||||||
|
|
||||||
/* Handle unexpected return values */
|
/* Handle unexpected return values */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user