This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 5191a4eee porting: Update ports syscfg
5191a4eee is described below

commit 5191a4eeeaac45941384f2e75149f355f52f53a1
Author: Mynewt Bot <[email protected]>
AuthorDate: Wed Oct 16 21:46:41 2024 +0000

    porting: Update ports syscfg
---
 porting/npl/riot/include/syscfg/syscfg.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/porting/npl/riot/include/syscfg/syscfg.h 
b/porting/npl/riot/include/syscfg/syscfg.h
index c6d948e67..c4e8383e4 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -949,6 +949,10 @@
 #define MYNEWT_VAL_BASELIBC_ASSERT_FILE_LINE (0)
 #endif
 
+#ifndef MYNEWT_VAL_BASELIBC_DEBUG_MALLOC
+#define MYNEWT_VAL_BASELIBC_DEBUG_MALLOC (0)
+#endif
+
 #ifndef MYNEWT_VAL_BASELIBC_EXECUTE_GLOBAL_CONSTRUCTORS
 #define MYNEWT_VAL_BASELIBC_EXECUTE_GLOBAL_CONSTRUCTORS (1)
 #endif

Reply via email to