aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-06 13:51:20 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-06 13:51:20 +0200
commit5bf44be1121abf9dd36c948c19ca0650f5571c3e (patch)
treef43950bfe7f660efb7fc2dd6afa904037af46e33 /Software/Embedded_SW/Embedded/Modules/Control/control.c
parentb3589be05166fdd15692a9a835262d6e04e56bd2 (diff)
downloadTango-5bf44be1121abf9dd36c948c19ca0650f5571c3e.tar.gz
Tango-5bf44be1121abf9dd36c948c19ca0650f5571c3e.zip
fix job bug and I2C_Task for LP machines
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();