aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/Utilities
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-11 18:15:41 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-11 18:15:41 +0200
commita75f91aa09d52bf1bc18ffba80f2ffeb8018fc71 (patch)
treeafab5027a9bdc8d08e3a5e480c9527b6b75f4360 /Software/Embedded_SW/Embedded/Common/Utilities
parent6bf9ac4eca2a4b9616a1a62ba89707651c410562 (diff)
downloadTango-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.c2
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;