diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-13 14:28:02 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-13 14:28:02 +0200 |
| commit | 3bad6430679e06468fce5c90771fdf6270d62748 (patch) | |
| tree | 74b6cccf2759d0ff31d0ba46e035abdb4cecdc59 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 5c021c4aa0e0586918318cc5d4c965dbd306bc95 (diff) | |
| download | Tango-3bad6430679e06468fce5c90771fdf6270d62748.tar.gz Tango-3bad6430679e06468fce5c90771fdf6270d62748.zip | |
update diagnostics blower on change. fix process parameters handling, add new head current readings to diagnostics
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c index a6540bc81..ba11ff58c 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c @@ -65,7 +65,7 @@ #include "MillisecTask.h" -//#define CONTROL_DEBUG + #define DURATION_LIMIT 6 /******************** Definitions ********************************************/ #define MAX_TANGO_CONTROL_DEVICES 100 |
