Skip to content

Commit

Permalink
Release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Casanova committed Sep 22, 2019
1 parent 36fb502 commit 882d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/victoria-control/src/victoria-control.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main(void) {
p_system->system_state = ERROR; /* >>>>> Next state -> ERROR */
}

// Unexpected CH overheat -> Error 0010
// Unexpected CH overheat -> Error 010
if (p_system->ch_temperature < (CH_SETPOINT_HIGH - MAX_CH_TEMP_TOLERANCE)) {
GasOff(p_system);
p_system->error = ERROR_010;
Expand Down

0 comments on commit 882d3d7

Please sign in to comment.