diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-19 10:35:55 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-19 10:35:55 +0200 |
| commit | 3fcd0dbc6650749421f0390a60154c52254682e6 (patch) | |
| tree | 5a94b061bfd612b1705b5df3f7f1641e4f3fbf25 /Software/Embedded_SW/Embedded/Modules/Thread | |
| parent | fcfe7c296888fa08bfa320b231f0b8781c2433c1 (diff) | |
| download | Tango-3fcd0dbc6650749421f0390a60154c52254682e6.tar.gz Tango-3fcd0dbc6650749421f0390a60154c52254682e6.zip | |
PNR file updated in embedded.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c index e89dc4c6d..0bc2d04de 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c @@ -211,7 +211,10 @@ if (CallbackCounter == 0) { LoadStages++; - //ThreadLoadStateMachine(LoadStages); + if (LoadStages != THREAD_LOAD_INITIAL_TENSION) //on this satge we should wait for user call + { + //ThreadLoadStateMachine(LoadStages); + } } } else |
