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-07-28 13:14:18 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-07-28 13:14:18 +0300
commit30759321e22e22363eda9387e178b4d48b7d9088 (patch)
tree6192b4cb0c06d43150ecaca1de7c7e48b765f7b7 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
parent5973459316a1b230bbbb88aaa4517a2524cbecac (diff)
parenta3f1ec8389cde87fff45dced9380f85d1b2424c6 (diff)
downloadTango-30759321e22e22363eda9387e178b4d48b7d9088.tar.gz
Tango-30759321e22e22363eda9387e178b4d48b7d9088.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 500ba9a39..38c0f86f1 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
@@ -174,7 +174,7 @@ uint32_t StoreDancerConfigMessage()
{
response_size = hardware_configuration__pack(&DancerConfig, response_buffer);
}
- Fresult = FileWrite(response_buffer,response_size,DancerConfigPath);
+ Fresult = FileWrite(response_buffer,response_size,DancerConfigPath,BIOS_WAIT_FOREVER);
EraseFlashSection(DANCERS_MAP_IN_FLASH,1024);
for (Dancer_i = 0; Dancer_i < MAX_SYSTEM_DANCERS; Dancer_i++)
{