Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonatan Dankner committed Nov 13, 2024
1 parent 50d4714 commit 2952afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/EvseManager/IECStateMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ void IECStateMachine::connector_force_unlock() {
}

if (not relais_on) {
// Unconditionally try to unlock, as the is_locked might not always reflect the physical state of the lock.
// Unconditionally try to unlock, as `is_locked` might not always reflect the physical state of the lock.
// This can occur for example in case of a failed unlock due to a hardware issue.
signal_unlock();
is_locked = false;
Expand Down

0 comments on commit 2952afc

Please sign in to comment.