diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-11 18:15:41 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-11 18:15:41 +0200 |
| commit | a75f91aa09d52bf1bc18ffba80f2ffeb8018fc71 (patch) | |
| tree | afab5027a9bdc8d08e3a5e480c9527b6b75f4360 /Software/Embedded_SW/Embedded/Common/Utilities | |
| parent | 6bf9ac4eca2a4b9616a1a62ba89707651c410562 (diff) | |
| download | Tango-a75f91aa09d52bf1bc18ffba80f2ffeb8018fc71.tar.gz Tango-a75f91aa09d52bf1bc18ffba80f2ffeb8018fc71.zip | |
remove logs for free and temp spike errors
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/Utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c index b1da049b2..52ec4e473 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c @@ -69,7 +69,7 @@ void my_free(void *_ptr) } if (i==MAX_MEM_LOG) { - LOG_ERROR(i,"free error"); + // LOG_ERROR(i,"free error"); return; } allocated_size = 0; |
