aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-12-01 00:38:46 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-12-01 00:38:46 +0200
commit58046c61675b0cdafa36370790976b4889e84d5d (patch)
tree92ff1adfc1158e3478673f998e519797d01320d7 /Software/Embedded_SW/Embedded/Modules
parent06f6e9025818ff953151edbbffaeaa7959046482 (diff)
downloadTango-58046c61675b0cdafa36370790976b4889e84d5d.tar.gz
Tango-58046c61675b0cdafa36370790976b4889e84d5d.zip
thread loading fixes
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
-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 8a3b20e57..f2ca4e8d7 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -1132,10 +1132,10 @@ uint32_t ThreadLoadButton(THREAD_LOAD_STAGES_ENUM ReadValue)
SecondTry = false;
Report("Calling State machine 2nd try",__FILE__,LoadStages,LoadStatus,RpMessage,SecondTry,0);
load.color = BLINK;
+ LoadStatus = OK;
if (LoadStages == THREAD_LOAD_LIFT_DANCERS)
{
LoadStages++;
- LoadStatus = OK;
}
else
ThreadLoadStateMachine(LoadStages+1);