From 5469327513ae7d8f4ce710b19cfca60d6d1ab6b8 Mon Sep 17 00:00:00 2001
From: Hinerk <hinerk.stender@mail.de>
Date: Thu, 29 Aug 2019 20:46:46 +0200
Subject: [PATCH] enable micropython.mem_use() method

---
 pycardium/mpconfigport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pycardium/mpconfigport.h b/pycardium/mpconfigport.h
index aad4320d..744a38e3 100644
--- a/pycardium/mpconfigport.h
+++ b/pycardium/mpconfigport.h
@@ -3,6 +3,7 @@
 #define MICROPY_HW_MCU_NAME "max32666"
 
 /* MicroPython Config Options */
+#define MICROPY_PY_MICROPYTHON_MEM_INFO     (1)
 
 /* We raise asynchronously from an interrupt handler */
 #define MICROPY_ASYNC_KBD_INTR              (1)
-- 
GitLab