diff --git a/heater-stm32.c b/heater-stm32.c index 86465ac..9248c95 100644 --- a/heater-stm32.c +++ b/heater-stm32.c @@ -219,9 +219,7 @@ void heater_init() { #include "config_wrapper.h" #undef DEFINE_HEATER -#if 0 - pid_init(i); -#endif /* 0 */ + pid_init(); } /** Set PWM output.