diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 00:43:57 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 00:43:57 +0200 |
| commit | af90e25fe8e89cdf6a19b24aefb6c2a30fd2b67a (patch) | |
| tree | 612446d21fe735316affd78ddd640fc2f6a197c9 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 24bc7677e625a6f6535cd473362e50939da532a1 (diff) | |
| parent | a4a8f6c316e4d6b2f08f7b65cecfe50930ecf019 (diff) | |
| download | Tango-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.c | 2 |
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) |
