aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-19 11:33:50 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-19 11:33:50 +0300
commitc42c8cfa5201ea01eee9b561f4bb972c1943cab9 (patch)
tree004c2f68a23e45ecebc4ca5a929bebf0247ada48 /Software
parentb005b6aca3595a599ff29efee55f89b850156213 (diff)
downloadTango-c42c8cfa5201ea01eee9b561f4bb972c1943cab9.tar.gz
Tango-c42c8cfa5201ea01eee9b561f4bb972c1943cab9.zip
disable alarms
Diffstat (limited to 'Software')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/AlarmHandling/AlarmHandling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/AlarmHandling/AlarmHandling.c b/Software/Embedded_SW/Embedded/Modules/AlarmHandling/AlarmHandling.c
index 86f929ee5..1599d702e 100644
--- a/Software/Embedded_SW/Embedded/Modules/AlarmHandling/AlarmHandling.c
+++ b/Software/Embedded_SW/Embedded/Modules/AlarmHandling/AlarmHandling.c
@@ -433,7 +433,7 @@ uint32_t AlarmHandlingLoop(uint32_t tick)
//machine cover open
if (tick%eOneSecond == 0)
- SendEventNotifications();
+// SendEventNotifications();
return OK;
}
/******************************************************************************