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:
parent
2391dc2901
commit
90c00d0eff
1
heater.h
1
heater.h
|
|
@ -26,7 +26,6 @@ extern int16_t i_limit;
|
||||||
void heater_init(void);
|
void heater_init(void);
|
||||||
void heater_save_settings(void);
|
void heater_save_settings(void);
|
||||||
void heater_tick(int16_t current_temp, int16_t target_temp);
|
void heater_tick(int16_t current_temp, int16_t target_temp);
|
||||||
uint8_t temp_achieved(void);
|
|
||||||
|
|
||||||
#else /* HEATER_PIN */
|
#else /* HEATER_PIN */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue