aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-09-16 09:01:54 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-09-16 09:01:54 +0300
commit8d1ada2f7652423c8894cb65ec347f5a04f61682 (patch)
tree47c845299345a6302c47632d9977e3ba5ab6c486 /Software/Embedded_SW/Embedded/Modules/General
parent97ce3a3c2fb5e4d913a5f3424dabacc7dab1e819 (diff)
parent4e8140f7712961e35b45a47269461f53ae6031ec (diff)
downloadTango-8d1ada2f7652423c8894cb65ec347f5a04f61682.tar.gz
Tango-8d1ada2f7652423c8894cb65ec347f5a04f61682.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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..c03f7d913 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;