aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-25 00:43:57 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-25 00:43:57 +0200
commitaf90e25fe8e89cdf6a19b24aefb6c2a30fd2b67a (patch)
tree612446d21fe735316affd78ddd640fc2f6a197c9 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent24bc7677e625a6f6535cd473362e50939da532a1 (diff)
parenta4a8f6c316e4d6b2f08f7b65cecfe50930ecf019 (diff)
downloadTango-af90e25fe8e89cdf6a19b24aefb6c2a30fd2b67a.tar.gz
Tango-af90e25fe8e89cdf6a19b24aefb6c2a30fd2b67a.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 77efa1cfd..f3d42b01a 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -119,7 +119,7 @@ uint32_t FileUploadRequestFunc(MessageContainer* requestContainer)
CommRxTaskHandle = Task_self();
CommRxpri = Task_getPri(CommRxTaskHandle);
Task_setPri(CommRxTaskHandle, 11);
- Report("Task_setPri", __FILE__, __LINE__, 4, RpWarning, (int)CommRxTaskHandle, 0);
+ Report("Task_setPri", __FILE__, __LINE__, 11, RpWarning, (int)CommRxTaskHandle, 0);
//Report("FileUploadRequestFunc 2", __FILE__, __LINE__, msec_millisecondCounter, RpWarning, (int)0, 0);
Fresult = f_open(UploadFileHandle,request->path,FA_READ | FA_WRITE | FA_OPEN_ALWAYS | FA_CREATE_ALWAYS);
if (Fresult == FR_OK)