aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_mtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/tests/test_mtd.c')
-rw-r--r--src/systemcmds/tests/test_mtd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemcmds/tests/test_mtd.c b/src/systemcmds/tests/test_mtd.c
index cdb4362ba..43231ccad 100644
--- a/src/systemcmds/tests/test_mtd.c
+++ b/src/systemcmds/tests/test_mtd.c
@@ -171,6 +171,8 @@ test_mtd(int argc, char *argv[])
}
end = hrt_absolute_time();
+ warnx("write took %llu us", (end - start));
+
close(fd);
fd = open(PARAM_FILE_NAME, O_RDONLY);