diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-15 15:35:13 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-15 15:35:13 +0300 |
| commit | 013c584cf6dcf1dd61fa52f5841f500a4bfee459 (patch) | |
| tree | 0f0d96041a3f61bbc2dbfce582ade5a1ea709459 /Software/Embedded_SW/Embedded/Communication/Container.c | |
| parent | 61f9a262b9f7d4975186c90484fc5c6bb3affcc9 (diff) | |
| download | Tango-013c584cf6dcf1dd61fa52f5841f500a4bfee459.tar.gz Tango-013c584cf6dcf1dd61fa52f5841f500a4bfee459.zip | |
more alarm handling: precedence, status handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Container.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index 592369789..af6ec942d 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -304,6 +304,7 @@ void receive_callback(char* buffer, size_t length) default: //unsupported message type !! + LOG_ERROR (requestContainer->type,"unsupported message type"); break; } message_container__free_unpacked(requestContainer, NULL); |
