diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-29 11:29:09 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-29 11:29:09 +0300 |
| commit | 28ca94e156f65ccd59ba2ca0398931952d7a8ebe (patch) | |
| tree | 761690e60afe4b6071fa67ce011e245c05f02255 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | 36354a67f9bfe02babfcd459c04482629c3ddc11 (diff) | |
| download | Tango-28ca94e156f65ccd59ba2ca0398931952d7a8ebe.tar.gz Tango-28ca94e156f65ccd59ba2ca0398931952d7a8ebe.zip | |
move milisectask_init to main - so motors are set to Hiz on init
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
| -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 2a23dd87c..725384061 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -415,7 +415,7 @@ void MillisecTask(UArg arg0, UArg arg1) //uint16_t length; //Clock_setTimeout(HostKAClock, 1000); //Clock_start(HostKAClock); - MillisecInit(); + //MillisecInit(); Millisecond_Task_Handle = Task_self(); while(1) { |
