diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-02-06 16:58:58 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-02-06 16:58:58 +0200 |
| commit | 95f0a40caebf9eca5f9f9f9053257bd14ae71c3f (patch) | |
| tree | f2049fbbc78aead8dadcf851397af6fb451a5f62 /Software/Embedded_SW/Embedded/Modules/Control/control.c | |
| parent | 33472a7be595adc11f8a7b3c83f00888c9c66d5f (diff) | |
| parent | 971a2e3174687e158d39935650c69e3347022660 (diff) | |
| download | Tango-95f0a40caebf9eca5f9f9f9053257bd14ae71c3f.tar.gz Tango-95f0a40caebf9eca5f9f9f9053257bd14ae71c3f.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c index 02a216ba6..bb3149b43 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c @@ -66,7 +66,7 @@ //#define CONTROL_DEBUG -#define DURATION_LIMIT 5 +#define DURATION_LIMIT 6 /******************** Definitions ********************************************/ #define MAX_TANGO_CONTROL_DEVICES 100 /******************** STRUCTURES AND ENUMs ********************************************/ @@ -632,7 +632,7 @@ uint32_t ControlLowLoop(uint32_t tick) dev = ControlLowDevice_i; } } - Report(ControlArray[dev].Name,__FILE__,__LINE__,dev,RpWarning,max,0); + //Report(ControlArray[dev].Name,__FILE__,__LINE__,dev,RpWarning,max,0); } #endif //ROM_IntMasterEnable(); |
