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