forgot to rename type

This commit is contained in:
Stephan Walter 2011-01-30 13:57:56 +01:00 committed by Michael Moon
parent fcaa76d3c0
commit f1b526696b
1 changed files with 1 additions and 1 deletions

View File

@ -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_d;
uint8_t pid_output;