diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-04 12:29:48 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-04 12:29:48 +0200 |
| commit | 99f7f5459baabb7651ab4a111e677e6aab167686 (patch) | |
| tree | 8e82e4ca2305cfee48c938239996cd394588b659 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 98848a96f592588748e37624ba09b5fae19921a4 (diff) | |
| download | Tango-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.c | 3 |
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; |
