Skip to content

Commit

Permalink
chore: trying to remove set mode of operation
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers committed Dec 13, 2023
1 parent ea50e17 commit eed691a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/jsd_egd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1280,11 +1280,7 @@ void jsd_egd_process_state_machine(jsd_t* self, uint16_t slave_id) {
set_controlword(self, slave_id,
JSD_EGD_STATE_MACHINE_CONTROLWORD_ENABLE_OPERATION);

state->requested_mode_of_operation =
JSD_EGD_MODE_OF_OPERATION_PROF_POS;

set_mode_of_operation(self, slave_id,
state->requested_mode_of_operation);
state->new_halt_command = true;

state->new_reset = false;
}
Expand Down

0 comments on commit eed691a

Please sign in to comment.