mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 06:50:36 +08:00
Merge remote-tracking branch 'upstream/master' into ros
This commit is contained in:
@@ -343,7 +343,7 @@ int test_mixer(int argc, char *argv[])
|
||||
if (argc > 2)
|
||||
filename = argv[2];
|
||||
else
|
||||
filename = "/etc/mixers/FMU_quad_w.mix";
|
||||
filename = "/etc/mixers/quad_w.main.mix";
|
||||
|
||||
load_mixer_file(filename, &buf[0], sizeof(buf));
|
||||
loaded = strlen(buf);
|
||||
|
||||
Reference in New Issue
Block a user