aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-02-06 09:07:31 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-02-06 09:07:31 +0200
commit140d5846915924e04b6c091877113bc55b8eaaf6 (patch)
treee14d95461813c42cf0b2d1d6e574c5c71013f3d9 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parent6df6d1d289a794ee814ac2ea93c49ed7b9f49cbf (diff)
parent258399bb206839cdb7cd276839675fa14910bc36 (diff)
downloadTango-140d5846915924e04b6c091877113bc55b8eaaf6.tar.gz
Tango-140d5846915924e04b6c091877113bc55b8eaaf6.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
index a629afc50..5dc354785 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -1356,6 +1356,7 @@ uint32_t ThreadLoadingReport(void)
//-------------------------------------------------------------------------------------------
responseContainer = createContainer(MESSAGE_TYPE__StartThreadLoadingResponse, ThreadLoadingToken, last, &response, &start_thread_loading_response__pack, &start_thread_loading_response__get_packed_size);
+ responseContainer.has_continuous = true;
responseContainer.continuous = true;
uint8_t* container_buffer = my_malloc(message_container__get_packed_size(&responseContainer));
size_t container_size = message_container__pack(&responseContainer, container_buffer);