aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-05-17 16:42:52 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-05-17 16:42:52 +0300
commitfc6040748c78efc62d33ffe78bf5943e323aaaa7 (patch)
tree2414009332aff5240c0516b678ab2f6dee72fdd9 /Software/Stubs Collection/stubs
parentdbaa3118334f2de0a8225dbc130404e3085c551e (diff)
downloadTango-fc6040748c78efc62d33ffe78bf5943e323aaaa7.tar.gz
Tango-fc6040748c78efc62d33ffe78bf5943e323aaaa7.zip
cartridge RFID read/ write stubs
Diffstat (limited to 'Software/Stubs Collection/stubs')
-rw-r--r--Software/Stubs Collection/stubs/embeddedparametersbuild.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild.cs
index 1ac7b6d53..e8ad8db52 100644
--- a/Software/Stubs Collection/stubs/embeddedparametersbuild.cs
+++ b/Software/Stubs Collection/stubs/embeddedparametersbuild.cs
@@ -101,7 +101,7 @@ configurationParameters.GeneralParameters.Add(checkCurrentAlarms);
/*3*/
Double checkTamperAlarms = new Double();
-checkTamperAlarms = 0.0;
+checkTamperAlarms = 1.0;
configurationParameters.GeneralParameters.Add(checkTamperAlarms);
/*4*/