Skip to content

Commit

Permalink
removed PASSTRHOUGH mixer option
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoore5353 committed Jan 26, 2024
1 parent 554ae1b commit 3b7d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CommandManagerTest : public ::testing::Test
for (int i = 0; i < 8; i++) { rc_values[i] = 1500; }
rc_values[2] = 1000;

rf.params_.set_param_int(PARAM_MIXER, Mixer::PASSTHROUGH);
rf.params_.set_param_int(PARAM_MIXER, Mixer::CUSTOM);
rf.params_.set_param_float(PARAM_FAILSAFE_THROTTLE, 0.0);
max_roll = rf.params_.get_param_float(PARAM_RC_MAX_ROLL);
max_pitch = rf.params_.get_param_float(PARAM_RC_MAX_PITCH);
Expand Down

0 comments on commit 3b7d47b

Please sign in to comment.