aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-06-08 10:42:54 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-06-08 10:42:54 +0300
commita68537dfd4c0e620d6c9568f52f74a6b307f6659 (patch)
tree634006839312fc9039a63fbba63b133e65948d83 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parent772e7e6c156c1beebf8f1e3b4386d2facf336e8a (diff)
downloadTango-a68537dfd4c0e620d6c9568f52f74a6b307f6659.tar.gz
Tango-a68537dfd4c0e620d6c9568f52f74a6b307f6659.zip
Version 1.4.6.30 final (?)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
index abfdd2237..349215d7d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -813,7 +813,7 @@
else //timeout or no movement
{
Report("Store Number of cycles in drier - halted",__FILE__,__LINE__,numberOfCycles,RpMessage,LoadArmRounds,0);
- MCU_E2PromProgram(EEPROM_STORAGE_DRYER_CYCLES,LoadArmRounds-(numberOfCycles-2));//it takes two cycles to identify a stop of the arm
+ MCU_E2PromProgram(EEPROM_STORAGE_DRYER_CYCLES,LoadArmRounds-(numberOfCycles-1));
TimeoutsCounter = 0;
CallbackCounter = 0;
/*if(PullerControlId != 0xFF)