aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-18 18:18:48 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-18 18:18:48 +0200
commitc6b123db60b1b51135cc10ed92b1113c5f1277de (patch)
tree62e25236913cad7b1602c153a6329bb758b82b49 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
parent2d509ae1127acfef2b94e83bc65c742d140a1908 (diff)
parent1f1080370a2416d0ef6f762e273cad51758340db (diff)
downloadTango-c6b123db60b1b51135cc10ed92b1113c5f1277de.tar.gz
Tango-c6b123db60b1b51135cc10ed92b1113c5f1277de.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
index b414611ff..14a74ffbe 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
@@ -106,7 +106,7 @@ uint32_t MotorPidRequestMessage(HardwarePidControl* request)
DancerStopActivityLimit[Motor_i] = temp/(2*PI*DancersCfg[ThreadMotorIdToDancerId[Motor_i]].armlength);
return OK;
}
-char DancerConfigPath[50] = "0://SWInfo//DancCfg.msg";
+char DancerConfigPath[50] = "0://SysInfo//DancCfg.cfg";
uint32_t StoreDancerConfigMessage()
{