aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-09-13 16:04:22 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-09-13 16:04:22 +0300
commit1ad6cf1498affb02a86f9901b5e95f0ec34abc58 (patch)
tree247054898a1823ce539692258bb19156385d6fd9 /Software/Embedded_SW/Embedded/Modules/General
parentd5d9a939a3b239d86f33bf3584617f014f7c3593 (diff)
downloadTango-1ad6cf1498affb02a86f9901b5e95f0ec34abc58.tar.gz
Tango-1ad6cf1498affb02a86f9901b5e95f0ec34abc58.zip
Version 1.5.0.1: Thread load changes, 4 winders, RFID, ARC head
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/buttons.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/buttons.c b/Software/Embedded_SW/Embedded/Modules/General/buttons.c
index 328ff3203..569071c3a 100644
--- a/Software/Embedded_SW/Embedded/Modules/General/buttons.c
+++ b/Software/Embedded_SW/Embedded/Modules/General/buttons.c
@@ -402,7 +402,10 @@ uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue)
case LONGPB:
ReportWithPackageFilter(GeneralFilter,"------------ thread loading LONGPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
if (ThreadLoadingActive() == false)
- ThreadLoadButton(0); //INIT
+ {
+ ReportWithPackageFilter(GeneralFilter,"------------ NOT starting loading from button -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
+ ThreadLoadButton(0); //INIT CHANGE HERE FOR 1.4.6.44
+ }
else
Thread_Load_End(); //END
break;