aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-04-30 17:37:27 +0300
committerAvi Levkovich <avi@twine-s.com>2018-04-30 17:37:27 +0300
commit52a09ecb4ae9577f6f1bb124d246ec1c3858ec23 (patch)
tree600763360d235975dc06c73602fb178ec42f9471 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
parent3002558b0a404494eb6025f2390e1dac54ecb6eb (diff)
downloadTango-52a09ecb4ae9577f6f1bb124d246ec1c3858ec23.tar.gz
Tango-52a09ecb4ae9577f6f1bb124d246ec1c3858ec23.zip
Add Valve module
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
index 1727c650a..6c97c2e8f 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
@@ -77,7 +77,7 @@ uint32_t MotorsConfigMessage(HardwareMotor * request)
MotorDriverConfig.HasConfigWord = MotorsCfg[Motor_i].has_configword;
MotorDriverConfig.ConfigWord = MotorsCfg[Motor_i].configword;
-// status = MotorConfig( Motor_i, &MotorDriverConfig);
+ status = MotorConfig( Motor_i, &MotorDriverConfig);
// if (Motor_i == MOTOR_RDRIVING)
// ThreadInitialTestStub(request);