aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/tests_param.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4/tests/tests_param.c')
-rw-r--r--apps/px4/tests/tests_param.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/px4/tests/tests_param.c b/apps/px4/tests/tests_param.c
index 5ac9f0343..88eff30f1 100644
--- a/apps/px4/tests/tests_param.c
+++ b/apps/px4/tests/tests_param.c
@@ -73,8 +73,6 @@ test_param(int argc, char *argv[])
if ((uint32_t)val != 0xa5a5a5a5)
errx(1, "parameter value mismatch after write");
- param_export(-1, false);
-
warnx("parameter test PASS");
return 0;