forgot to rename type
This commit is contained in:
parent
fcaa76d3c0
commit
f1b526696b
2
heater.c
2
heater.c
|
|
@ -117,7 +117,7 @@ void heater_save_settings() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void heater_tick(heater_t h, temp_index_t t, uint16_t current_temp, uint16_t target_temp) {
|
void heater_tick(heater_t h, temp_sensor_t t, uint16_t current_temp, uint16_t target_temp) {
|
||||||
int16_t heater_p;
|
int16_t heater_p;
|
||||||
int16_t heater_d;
|
int16_t heater_d;
|
||||||
uint8_t pid_output;
|
uint8_t pid_output;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue