aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-03-04 12:29:48 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-03-04 12:29:48 +0200
commit99f7f5459baabb7651ab4a111e677e6aab167686 (patch)
tree8e82e4ca2305cfee48c938239996cd394588b659 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent98848a96f592588748e37624ba09b5fae19921a4 (diff)
downloadTango-99f7f5459baabb7651ab4a111e677e6aab167686.tar.gz
Tango-99f7f5459baabb7651ab4a111e677e6aab167686.zip
compilation warnings removed
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index bc6662aac..229b86cac 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -458,7 +458,8 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
//extern int MotorSamplePointer[MAX_THREAD_MOTORS_NUM];
//read value is the dancer angle
- int i,index=MAX_THREAD_MOTORS_NUM,len;
+ int i,index=MAX_THREAD_MOTORS_NUM;
+ //int len;
int DancerId;
int32_t TranslatedReadValue, avreageSampleValue = 0;//,avreageMotorSampleValue = 0;
//double tempcalcspeed = 0;