summaryrefslogtreecommitdiff
path: root/cts/timer/th.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/timer/th.c')
-rw-r--r--cts/timer/th.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cts/timer/th.c b/cts/timer/th.c
index a6e9d575b1..4c9912fdda 100644
--- a/cts/timer/th.c
+++ b/cts/timer/th.c
@@ -62,8 +62,9 @@ void cts_task(void)
for (i = 0; i < CTS_TEST_ID_COUNT; i++) {
sync();
+ CPRINTF("\n%s start\n", tests[i].name);
rc = tests[i].run();
- CPRINTF("\n%s %d\n", tests[i].name, rc);
+ CPRINTF("\n%s end %d\n", tests[i].name, rc);
cflush();
}