Skip to content

Commit

Permalink
Removed line in IEC state machine to set pwm off when in state F beca…
Browse files Browse the repository at this point in the history
…use that actually reverses state F (#714)

Signed-off-by: pietfried <pietgoempel@gmail.com>
  • Loading branch information
Pietfried authored Jun 10, 2024
1 parent 05c45c8 commit f166b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/EvseManager/IECStateMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ std::queue<CPEvent> IECStateMachine::state_machine() {
timer = TimerControl::stop;
call_allow_power_on_bsp(false);
pwm_running = false;
r_bsp->call_pwm_off();
if (last_cp_state == RawCPState::B || last_cp_state == RawCPState::C || last_cp_state == RawCPState::D) {
events.push(CPEvent::BCDtoEF);
}
Expand Down

0 comments on commit f166b8d

Please sign in to comment.