From a45606d4cc404c6d6b3cd5376164fd231f347477 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 11 Sep 2024 11:10:47 +0100 Subject: [PATCH] default.cmake: Enable C++ magic memory module. --- modules/default.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.cmake b/modules/default.cmake index 017536f..685ea10 100644 --- a/modules/default.cmake +++ b/modules/default.cmake @@ -23,7 +23,7 @@ enable_ulab() endif() # C++ Magic Memory -# include(cppmem/micropython) +include(cppmem/micropython) # Disable build-busting C++ exceptions include(micropython-disable-exceptions) \ No newline at end of file