From 43cd49f8672806136ed194260f300b22ffb5a8ef Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 3 Feb 2003 20:10:49 +0000 Subject: [PATCH] small change in output --- test/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/timer.c b/test/timer.c index aefc40c2..92946851 100644 --- a/test/timer.c +++ b/test/timer.c @@ -47,7 +47,7 @@ void read_loop(void *handle, int master_ticks, int timeout) exit(EXIT_FAILURE); } while (snd_timer_read(handle, &tr, sizeof(tr)) == sizeof(tr)) { - printf("TIMER: resolution = %u, ticks = %u\n", + printf("TIMER: resolution = %uns, ticks = %u\n", tr.resolution, tr.ticks); } } -- 2.47.1