From a75f91aa09d52bf1bc18ffba80f2ffeb8018fc71 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 11 Nov 2018 18:15:41 +0200 Subject: remove logs for free and temp spike errors --- Software/Embedded_SW/Embedded/Common/Utilities/Utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Common/Utilities') 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; -- cgit v1.3.1