diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 15:51:58 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 15:51:58 +0300 |
| commit | 88079282385e680e46bb9f7e1cfbfa0cf7187a4f (patch) | |
| tree | c3edb62467ac4bc53e3b30eafe1846b46e0635a6 /Software/Embedded_SW/Embedded/Modules/General | |
| parent | f8205189c94e0a62b3027385beb9c6c1a6f1fa6a (diff) | |
| download | Tango-88079282385e680e46bb9f7e1cfbfa0cf7187a4f.tar.gz Tango-88079282385e680e46bb9f7e1cfbfa0cf7187a4f.zip | |
fix process parameters in thread loading, remove button activation.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/General/buttons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/buttons.c b/Software/Embedded_SW/Embedded/Modules/General/buttons.c index 569071c3a..c03f7d913 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/buttons.c +++ b/Software/Embedded_SW/Embedded/Modules/General/buttons.c @@ -404,8 +404,8 @@ uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue) if (ThreadLoadingActive() == false) { ReportWithPackageFilter(GeneralFilter,"------------ NOT starting loading from button -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0); - ThreadLoadButton(0); //INIT CHANGE HERE FOR 1.4.6.44 - } + //ThreadLoadButton(0); //INIT CHANGE HERE FOR 1.4.6.44 + } else Thread_Load_End(); //END break; |
