aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.c
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-06 18:21:41 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-06 18:21:41 +0200
commit81ae2d2ffc13e85d9cc47a76e3c1002ed3ce1c06 (patch)
tree9061b5e7fb00ba5fdeeb95ce3d20e5922ade6c5b /Software/Embedded_SW/Embedded/Modules/Control/control.c
parent0baf31baf01a291b6d2c6f5d45fb15fbbc146198 (diff)
parent95f0a40caebf9eca5f9f9f9053257bd14ae71c3f (diff)
downloadTango-81ae2d2ffc13e85d9cc47a76e3c1002ed3ce1c06.tar.gz
Tango-81ae2d2ffc13e85d9cc47a76e3c1002ed3ce1c06.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.c4
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();