Skip to content
Snippets Groups Projects
Commit 5843acec authored by Daniel Agar's avatar Daniel Agar
Browse files

fix mixer_test

parent 0438bf6a
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ int test_mixer(int argc, char *argv[])
mixer_group.load_from_buf(&buf[0], mc_loaded);
PX4_INFO("complete buffer load: loaded %u mixers", mixer_group.count());
if (mixer_group.count() != 4) {
if (mixer_group.count() != 3) {
PX4_ERR("FAIL: Quad W mixer load failed");
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment