diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-08 10:27:23 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-08 10:27:23 +0200 |
| commit | 55dffe48de95cb51b3a1a30e2ffc4336ec3bb2b2 (patch) | |
| tree | 5eff9d6ef7a564e1c8383436af4a39cf4beb3054 /Software/Embedded_SW/Embedded/Communication/Container.c | |
| parent | 89e1d65818f707b09b12dcec078797ccabcf731e (diff) | |
| download | Tango-55dffe48de95cb51b3a1a30e2ffc4336ec3bb2b2.tar.gz Tango-55dffe48de95cb51b3a1a30e2ffc4336ec3bb2b2.zip | |
attempt thread logging support, some logs in IDS.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Container.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index 5bed0bcdc..b386ae20f 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -491,6 +491,9 @@ void receive_callback(char* buffer, size_t length) case MESSAGE_TYPE__StopThreadLoadingRequest: StopThreadLoadingFunc(requestContainer); break; + case MESSAGE_TYPE__AttemptThreadJoggingRequest: + AttemptThreadJoggingFunc(requestContainer); + break; case MESSAGE_TYPE__StubDispenserEEpromRequest: StubDispenserEEpromRequestFunc(requestContainer); break; |
