diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-01 14:34:42 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-01 14:34:42 +0200 |
| commit | 797d4654f845a6d6c8f6e02bcdc6bc11ceeed51f (patch) | |
| tree | d16c6a43558a34f0d2d2fb2cb0c7d7393eddb67d /Software/Embedded_SW/Embedded/Modules/Control/control.c | |
| parent | 8276e5eb7c56b58ed86f611ca5bd9b1dc56b25b9 (diff) | |
| download | Tango-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.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 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; |
