aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-07-16 08:54:56 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-07-16 08:54:56 +0300
commit15f9a26d5a4f0a90b628805bb551086d4b81c7ee (patch)
treea7b0782862c090e5b701ad9d39f58ae4d3716d61 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
parent5833d5e4da25fc3f104fadffcd81da893f2aeb76 (diff)
downloadTango-15f9a26d5a4f0a90b628805bb551086d4b81c7ee.tar.gz
Tango-15f9a26d5a4f0a90b628805bb551086d4b81c7ee.zip
cosmetics
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c1
1 files changed, 0 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 78203b236..cab3b592e 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
@@ -44,7 +44,6 @@ uint32_t MotorsConfigMessage(HardwareConfiguration * HWrequest)
{
uint32_t status = PASSED;
TimerMotors_t Motor_i,MotorId;
- MOTDRIVER_TYPE DriverType;
HardwareMotor *request;
if (HWrequest == NULL)
return ERROR;