aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Heaters
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-29 16:36:21 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-29 16:36:21 +0200
commitc38ee983e35e9469cb8370c8bcdcb18738321327 (patch)
tree23874e9612864d9297aba11c07cef5f844c05980 /Software/Embedded_SW/Embedded/Modules/Heaters
parent5c762220bfbd41370f5dabc99b6e273bc1347432 (diff)
downloadTango-c38ee983e35e9469cb8370c8bcdcb18738321327.tar.gz
Tango-c38ee983e35e9469cb8370c8bcdcb18738321327.zip
version 1.5.3.2 fix flat head and more
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Heaters')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_Blowers.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_Blowers.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_Blowers.c
index d98af2097..63118221b 100644
--- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_Blowers.c
+++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_Blowers.c
@@ -510,8 +510,10 @@ uint32_t HeadBlowersInitCallbak(uint32_t IfIndex, uint32_t ReadValue)
uint32_t HeadBlowersV0Init(void)
{
if (Head_Type != HEAD_TYPE_ARC)
+ {
+ Waste_Check_Flows();
return OK;
-
+ }
if (HeadBlowersInitControlId != 0xFF)
RemoveControlCallback(HeadBlowersInitControlId,HeadBlowersInitCallbak);