aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-02-17 10:20:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-02-17 10:20:02 +0200
commit7d7d28fdeab29f74d064e50f19a4985c763ee813 (patch)
treea3d6216f04a11f143e2449896051856f5fcdb91d /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parenta28e2fbfb3593e73a896557d10c0fad5cd6a59b0 (diff)
parent5573a94ab2214d0cc58bd0c1f2c06691b2e42321 (diff)
downloadTango-7d7d28fdeab29f74d064e50f19a4985c763ee813.tar.gz
Tango-7d7d28fdeab29f74d064e50f19a4985c763ee813.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_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 56fd512d6..d5cf08ccb 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -132,9 +132,9 @@
{
Turn_the_Blower_On();//Turn on with the Default_Voltage
if (BlowerCfg.heatingvoltage)
- Cancel_Gradual_Increase_Blower(BlowerCfg.heatingvoltage);
+ Control_Voltage_To_Blower(BlowerCfg.heatingvoltage);
else
- Cancel_Gradual_Increase_Blower(BlowerCfg.voltage-500);
+ Control_Voltage_To_Blower(BlowerCfg.voltage-500);
Control_Dryer_Fan(STOP,75);//use START or STOP, 0 - 100%
LoadStages++;
ThreadLoadStateMachine(LoadStages);