aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-12-01 14:34:42 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-12-01 14:34:42 +0200
commit797d4654f845a6d6c8f6e02bcdc6bc11ceeed51f (patch)
treed16c6a43558a34f0d2d2fb2cb0c7d7393eddb67d /Software/Embedded_SW/Embedded/Modules/Control/control.c
parent8276e5eb7c56b58ed86f611ca5bd9b1dc56b25b9 (diff)
downloadTango-797d4654f845a6d6c8f6e02bcdc6bc11ceeed51f.tar.gz
Tango-797d4654f845a6d6c8f6e02bcdc6bc11ceeed51f.zip
update with Beta code
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.c2
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 1f5e008d3..8dad3fa60 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/control.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c
@@ -170,7 +170,7 @@ uint32_t ControlActivityLed( uint32_t Parameter1)
if(FPGA_WD_Occurred == true)
{
ACTIVITY_GREEN_LED_ON;
- HWConfigurationInit();
+ //Motor_ReconfigAllMotors();
}
else
ACTIVITY_GREEN_LED_OFF;