diff options
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; |
