aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-05-15 13:00:27 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-05-15 13:00:27 +0300
commit3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a (patch)
tree1e6eff8754e6505dba23ccb3f843b2306fa5ac5c /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
parentb02af867ffd45e22dfadc083f0fe6b1f57cb139c (diff)
downloadTango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.tar.gz
Tango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.zip
FPGA beautifying. some control improvements
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
index f0009b43b..6949a4abe 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
@@ -30,4 +30,5 @@ void MillisecInit(void);
void MillisecStop(void);
void MillisecStart(void);
+extern Task_Handle Millisecond_Task_Handle;
#endif /* MODULES_CONTROL_MILLISECTASK_H_ */