aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-02 20:13:27 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-02 20:13:27 +0200
commit2a8d3d38bd80fe011f8e6921742574b2ff71fa72 (patch)
treec1d2dd4c52d0e255039ed561363741df875155e7 /Software/Embedded_SW/Embedded/Modules/Thread
parentf0905c07b9b5bc33aa9bad914ca799cf1e8a920c (diff)
downloadTango-2a8d3d38bd80fe011f8e6921742574b2ff71fa72.tar.gz
Tango-2a8d3d38bd80fe011f8e6921742574b2ff71fa72.zip
warning removed!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
index 5d69e2980..0861b677b 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
@@ -90,5 +90,6 @@ uint32_t StopThreadLoadingFunc(MessageContainer* requestContainer);
uint32_t TryThreadLoadingFunc(MessageContainer* requestContainer);
void ThreadCheckArcHeadCovers(void);
uint32_t Thread_Load_End(void);
+uint32_t ThreadLoadingRestartReport(void); //sending after a failure in the finalizing stage
#endif