diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-02 10:33:40 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-02 10:33:40 +0300 |
| commit | 00580a4427db98910a5ea82a525656dc68c4e86f (patch) | |
| tree | 824fb13c2f1f7563ac4afa734427948c42fdc06a /Software/Embedded_SW/Embedded/Communication | |
| parent | c48ec6ebb242509044c2e24ed7518d536057bb3a (diff) | |
| parent | f53099c8fddc7374857d29ee5521c00d91ec6d70 (diff) | |
| download | Tango-00580a4427db98910a5ea82a525656dc68c4e86f.tar.gz Tango-00580a4427db98910a5ea82a525656dc68c4e86f.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index bb6b82743..ad57c36ab 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -136,7 +136,7 @@ void receive_callback(char* buffer, size_t length) DataLength[index] = requestContainer->data.len; if (index++>=MAX_CONT_LOG) index = 0; - REPORT_MSG(requestContainer->type,"Message received"); + //REPORT_MSG(requestContainer->type,"Message received"); switch(requestContainer->type) { case MESSAGE_TYPE__CalculateRequest: |
