heater.h: remove the temp_achieved() declaration, which has

no definition in heater.c (but is properly coded in temp.h/.c).
This commit is contained in:
Markus Hitter 2010-10-07 23:17:36 +02:00
parent 2391dc2901
commit 90c00d0eff
1 changed files with 0 additions and 1 deletions

View File

@ -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 */