summaryrefslogtreecommitdiff
path: root/cts/timer/dut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/timer/dut.c')
-rw-r--r--cts/timer/dut.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cts/timer/dut.c b/cts/timer/dut.c
index 29003f36af..4089964791 100644
--- a/cts/timer/dut.c
+++ b/cts/timer/dut.c
@@ -29,8 +29,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();
}