diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-31 12:24:35 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-31 12:24:35 +0200 |
| commit | 941aa7e1ed4a0187bc45ae0e7c46d7c995340d41 (patch) | |
| tree | b472da8c4aea12e066a5338b9abb552c5d23aa1b /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c | |
| parent | 3d21d04d1dffe6fa13e64281ab004000a0ded41d (diff) | |
| download | Tango-941aa7e1ed4a0187bc45ae0e7c46d7c995340d41.tar.gz Tango-941aa7e1ed4a0187bc45ae0e7c46d7c995340d41.zip | |
fix copy a paste bug
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c index f3eb9cb60..30f588a2d 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c @@ -1311,7 +1311,7 @@ uint32_t StopThreadLoadingFunc(MessageContainer* requestContainer) MessageContainer responseContainer; MessageState = 2; Thread_Load_End(); - Report("StopThreadLoadingFunc",__FILE__,__LINE__,(int)(request->processparameters->dryerbufferlength),RpWarning,(int)LoadStages,0); + Report("StopThreadLoadingFunc",__FILE__,__LINE__,0xFF,RpWarning,(int)LoadStages,0); responseContainer = createContainer(MESSAGE_TYPE__StopThreadLoadingResponse, requestContainer->token, true, &Cresponse, &stop_thread_loading_response__pack, &stop_thread_loading_response__get_packed_size); responseContainer.continuous = false; |
