From dee35e2c02552067d19a01fed31349175350c08c Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Fri, 25 Mar 2016 01:33:44 +0100 Subject: [PATCH] STM32F411: enable temperature control. --- heater-stm32.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.