mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
Tweak the test to work with the changed parameter export path
This commit is contained in:
@@ -73,7 +73,7 @@ test_param(int argc, char *argv[])
|
||||
if ((uint32_t)val != 0xa5a5a5a5)
|
||||
errx(1, "parameter value mismatch after write");
|
||||
|
||||
param_export(NULL, false);
|
||||
param_export(-1, false);
|
||||
|
||||
warnx("parameter test PASS");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user