diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-24 00:24:35 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-24 00:24:35 +0200 |
| commit | 3c167a3414556b0d0d1d463f5345077afc127cfb (patch) | |
| tree | 0b7784bf4f820c8c33829e72b49045c74882f0b0 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | f03b41ba1a66de2860bc0c273a5a2f662a235d82 (diff) | |
| download | Tango-3c167a3414556b0d0d1d463f5345077afc127cfb.tar.gz Tango-3c167a3414556b0d0d1d463f5345077afc127cfb.zip | |
some 4 winders inmprovements, some RFID trace
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) |
