diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-04 22:47:14 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-04 22:47:14 +0200 |
| commit | e03ca60e3efeb8466f47c30920f6ab36306b3f74 (patch) | |
| tree | e3e9c13bd2858d92ddd291060a65f4774bcd8157 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | f17d39f37cac50861467e07a7bee40534d20100a (diff) | |
| parent | 12aa8a9ea3347b0c8365c14e172311d6b8ee6f38 (diff) | |
| download | Tango-e03ca60e3efeb8466f47c30920f6ab36306b3f74.tar.gz Tango-e03ca60e3efeb8466f47c30920f6ab36306b3f74.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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(); |
