aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-02-04 10:52:22 +0200
committerAvi Levkovich <avi@twine-s.com>2019-02-04 10:52:22 +0200
commit8a580dab7531cd60b14a2b05de80df07087ba870 (patch)
treeb14d6a84ee5592114ee3758984bb0f013de34b00 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parent04ad2ba1354c79d48aa449f1c2d4d86057c992c9 (diff)
parent76326a5b8aa6fdb76b96f37601f60f8e7335e251 (diff)
downloadTango-8a580dab7531cd60b14a2b05de80df07087ba870.tar.gz
Tango-8a580dab7531cd60b14a2b05de80df07087ba870.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
index 58ade0802..e2f97d970 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -129,9 +129,9 @@
{
Turn_the_Blower_On();//Turn on with the Default_Voltage
if (BlowerCfg.heatingvoltage)
- Control_Voltage_To_Blower(BlowerCfg.heatingvoltage);
+ Cancel_Gradual_Increase_Blower(BlowerCfg.heatingvoltage);
else
- Control_Voltage_To_Blower(BlowerCfg.voltage-500);
+ Cancel_Gradual_Increase_Blower(BlowerCfg.voltage-500);
Control_Dryer_Fan(STOP,75);//use START or STOP, 0 - 100%
LoadStages++;
ThreadLoadStateMachine(LoadStages);