diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-18 18:18:48 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-18 18:18:48 +0200 |
| commit | c6b123db60b1b51135cc10ed92b1113c5f1277de (patch) | |
| tree | 62e25236913cad7b1602c153a6329bb758b82b49 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c | |
| parent | 2d509ae1127acfef2b94e83bc65c742d140a1908 (diff) | |
| parent | 1f1080370a2416d0ef6f762e273cad51758340db (diff) | |
| download | Tango-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.c | 2 |
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() { |
