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/Control | |
| parent | 98848a96f592588748e37624ba09b5fae19921a4 (diff) | |
| download | Tango-99f7f5459baabb7651ab4a111e677e6aab167686.tar.gz Tango-99f7f5459baabb7651ab4a111e677e6aab167686.zip | |
compilation warnings removed
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 1f69387a6..0e95f4053 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -707,7 +707,7 @@ uint32_t MillisecLowLoop(uint32_t tick) } if (Onesecond_Tick) { - char Lenstr[160]; + //char Lenstr[160]; //static int Counter = 0; MachineUpdateResponseFunc(); //KeepAliveOneSecondCall(); |
