diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-28 18:11:09 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-28 18:11:09 +0200 |
| commit | c86a3bd32bf6d561fecf662b53b49749d2989b88 (patch) | |
| tree | ed73b260b9ee941364354d2b08d6fb343f0b8980 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 539aecd793ee0ce55833eef98c3049dd0bf8127d (diff) | |
| parent | 411e49392baf97f94435c02b9755cb8f2fc431bb (diff) | |
| download | Tango-c86a3bd32bf6d561fecf662b53b49749d2989b88.tar.gz Tango-c86a3bd32bf6d561fecf662b53b49749d2989b88.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_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 bee00c049..68bd680a8 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -523,7 +523,7 @@ uint32_t MillisecLoop(uint32_t tick) } //ROM_IntMasterEnable(); - //loop_Run_Read_Speed(); - just for testing + return OK; } /****************************************************************************** |
