aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-01-01 14:28:35 +0200
committerAvi Levkovich <avi@twine-s.com>2020-01-01 14:28:35 +0200
commit7b7200235e2b78ac518860adcb04a59bebbdd54c (patch)
treee6cd42f0973f41fc5ae9fd2ef91d6011caf7dedc /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parent8186ea1616ccaad78a759e4864ca3c7739aeebba (diff)
downloadTango-7b7200235e2b78ac518860adcb04a59bebbdd54c.tar.gz
Tango-7b7200235e2b78ac518860adcb04a59bebbdd54c.zip
Add head heaters + PT100 to I2C task + add semaphores to head PT100 ADC
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 f3eb9cb60..fb5de9011 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__,(int)11,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;