From 90c00d0eff3f0eabde4d9a375731eb210bb65a67 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 7 Oct 2010 23:17:36 +0200 Subject: [PATCH] heater.h: remove the temp_achieved() declaration, which has no definition in heater.c (but is properly coded in temp.h/.c). --- heater.h | 1 - 1 file changed, 1 deletion(-) diff --git a/heater.h b/heater.h index 612da2f..4c381eb 100644 --- a/heater.h +++ b/heater.h @@ -26,7 +26,6 @@ extern int16_t i_limit; void heater_init(void); void heater_save_settings(void); void heater_tick(int16_t current_temp, int16_t target_temp); -uint8_t temp_achieved(void); #else /* HEATER_PIN */