Indent a line
This commit is contained in:
parent
8aad29fb6e
commit
f7eeae8424
@ -2232,7 +2232,7 @@ void Temperature::readings_ready() {
|
|||||||
#ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
|
#ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
|
||||||
if (++consecutive_low_temperature_error[e] >= MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED)
|
if (++consecutive_low_temperature_error[e] >= MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED)
|
||||||
#endif
|
#endif
|
||||||
min_temp_error((heater_ind_t)e);
|
min_temp_error((heater_ind_t)e);
|
||||||
}
|
}
|
||||||
#ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
|
#ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user