8000 zephyr: Disable frozen source modules. · larsks/micropython@f49a736 · GitHub
[go: up one dir, main page]

Skip to content

Commit f49a736

Browse files
MaureenHelmdpgeorge
authored andcommitted
zephyr: Disable frozen source modules.
Disables frozen source modules in the zephyr port. They are deprecated in the makefile rules and not implemented in the new cmake rules. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
1 parent dff6fc6 commit f49a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define MICROPY_HW_MCU_NAME "unknown-cpu"
111111
#endif
112112

113-
#define MICROPY_MODULE_FROZEN_STR (1)
113+
#define MICROPY_MODULE_FROZEN_STR (0)
114114

115115
typedef int mp_int_t; // must be pointer size
116116
typedef unsigned mp_uint_t; // must be pointer size

0 commit comments

Comments
 (0)
0