aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-12-31 12:28:50 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-12-31 12:28:50 +0200
commit4426f03255547932af78d1d227f09e3cf9e55158 (patch)
treeb18ac059d44bee9cec7687b8047a634aa928d729 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parent941aa7e1ed4a0187bc45ae0e7c46d7c995340d41 (diff)
parent7f05564656644b9af0500657a689c12805aee732 (diff)
downloadTango-4426f03255547932af78d1d227f09e3cf9e55158.tar.gz
Tango-4426f03255547932af78d1d227f09e3cf9e55158.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c2
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 30f588a2d..23b915016 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__,0xFF,RpWarning,(int)LoadStages,0);
+ Report("StopThreadLoadingFunc",__FILE__,__LINE__,0,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;