We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33de7c2 commit 1015f64Copy full SHA for 1015f64
stm32-modules/include/thermocycler-gen2/thermocycler-gen2/motor_task.hpp
@@ -1246,7 +1246,8 @@ class MotorTask {
1246
: LidState::Status::IDLE;
1247
if (!policy.lid_read_closed_switch()) {
1248
error = errors::ErrorCode::UNEXPECTED_LID_STATE;
1249
- _lid_stepper_state.position = motor_util::LidStepper::Position::BETWEEN;
+ _lid_stepper_state.position =
1250
+ motor_util::LidStepper::Position::BETWEEN;
1251
} else {
1252
error = handle_lid_state_enter(next_state, policy);
1253
}
0 commit comments