mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/touchscreen: added timestamp printing in tc
added timestamp printing in tc Signed-off-by: futerigele <futerigele@xiaomi.com>
This commit is contained in:
parent
58586f86e3
commit
c26e5a0b44
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ int main(int argc, FAR char *argv[])
|
|||
printf(" h : %d\n", sample.point[0].h);
|
||||
printf(" w : %d\n", sample.point[0].w);
|
||||
printf(" pressure : %d\n", sample.point[0].pressure);
|
||||
printf(" timestamp : %" PRIu64"\n", sample.point[0].timestamp);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue