diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-06 16:52:05 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-06 16:52:05 +0300 |
| commit | a52e0e1b4f0b981af32427cb7b2044f5cedd9829 (patch) | |
| tree | 7ac5ec2ac6ceb7d8f4621cc693822a56ffce855b /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c | |
| parent | cfa09b21e9ea44b2276d261238b6c999bdebc4c3 (diff) | |
| download | Tango-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/Thread/Thread_init.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c index 760a0726b..e1f887303 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c @@ -112,8 +112,6 @@ uint32_t MotorsConfigMessage(HardwareConfiguration * HWrequest) { IDS_Dispenser_Init(Motor_i-HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1); } -// if (Motor_i == MOTOR_RDRIVING) -// ThreadInitialTestStub(request); } return status; |
