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