examples/touchscreen/tc_main.c: Fix a printf format warning
This commit is contained in:
parent
c8f2f0f262
commit
67f18f8f2c
@ -110,7 +110,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
nsamples = strtol(argv[1], NULL, 10);
|
nsamples = strtol(argv[1], NULL, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("tc_main: nsamples: %d\n", nsamples);
|
printf("tc_main: nsamples: %ld\n", nsamples);
|
||||||
|
|
||||||
/* Open the touchscreen device for reading */
|
/* Open the touchscreen device for reading */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user