aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-12 15:35:02 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-12 15:35:02 +0300
commit08230d9473ade10bba291b9f336583ff5b4f571c (patch)
treec2846fdb334e617fa0a56ab562fa203e1eb89995 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
parentbbbc155a96729050b9aa7d966055726df46696af (diff)
downloadTango-08230d9473ade10bba291b9f336583ff5b4f571c.tar.gz
Tango-08230d9473ade10bba291b9f336583ff5b4f571c.zip
alarm handling (basic)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
index ef9a9d21b..77c3a5ef8 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
@@ -32,5 +32,7 @@ void MillisecInit(void);
void MillisecStop(void);
void MillisecStart(void);
+extern bool watchdogCriticalAlarm;
+
extern Task_Handle Millisecond_Task_Handle;
#endif /* MODULES_CONTROL_MILLISECTASK_H_ */