aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-07-06 16:52:05 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-07-06 16:52:05 +0300
commita52e0e1b4f0b981af32427cb7b2044f5cedd9829 (patch)
tree7ac5ec2ac6ceb7d8f4621cc693822a56ffce855b /Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
parentcfa09b21e9ea44b2276d261238b6c999bdebc4c3 (diff)
downloadTango-a52e0e1b4f0b981af32427cb7b2044f5cedd9829.tar.gz
Tango-a52e0e1b4f0b981af32427cb7b2044f5cedd9829.zip
Version 1.4.6.35 - Pack Mid alpha
============================ Arc head - activate arc heaters gradually stop FPGA Reinit after 20 trials Head cleaning - move actuators (with stub - 0xAD7) fix RML PID support head open prevent job - (with stub - 0xAD6) add stub to overrule cone missing - 0xAD8
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
index 6d4d1c668..e2ade95c3 100644
--- a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
+++ b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
@@ -554,7 +554,6 @@ uint32_t HWConfiguration(UploadHardwareConfigurationRequest* UploadRequest)
}
ControlStart();
AlarmHandlingStart();
- //ThreadInitialTestStub(request);
GeneralHwReady = true;
STATUS_RED_LED_OFF;
return OK;