Skip to content

Commit

Permalink
evse_v2: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
borg42 committed Oct 25, 2024
1 parent 8b6ead0 commit bf37091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/modules/evse_v2/evse_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ void EVSEV2::update_all_data()
case /*0b1110*/ 12: print_contactor_error(err, 0, 0, 0, 1); break;
// case /*0b1111*/ 0: break; // contactor aux not active and phase switch aux not active -> OK

default: logger.printfln("Contactor error (%u): Unkown error", err); break; // Impossible to reach
default: logger.printfln("Contactor error (%u): Unknown error", err); break; // Impossible to reach
}
#endif
} else {
Expand Down

0 comments on commit bf37091

Please sign in to comment.