aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.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/control.h
parentb02af867ffd45e22dfadc083f0fe6b1f57cb139c (diff)
downloadTango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.tar.gz
Tango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.zip
FPGA beautifying. some control improvements
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h
index 76e90ed2e..853393739 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/control.h
+++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h
@@ -40,5 +40,6 @@ uint32_t AddControlCallback( ControlCBFunction Callback, CTRL_TIMING_ENUM Ctr
int RemoveControlCallback(uint32_t deviceId, ControlCBFunction Callback );
uint32_t TemplateDataReadCBFunction (uint32_t deviceId, uint32_t Parameter1, uint32_t Parameter2);
+extern Task_Handle Control_Task_Handle;
#endif