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>
This commit is contained in:
parent
dff6fc64d2
commit
f49a73641a
@ -110,7 +110,7 @@
|
||||
#define MICROPY_HW_MCU_NAME "unknown-cpu"
|
||||
#endif
|
||||
|
||||
#define MICROPY_MODULE_FROZEN_STR (1)
|
||||
#define MICROPY_MODULE_FROZEN_STR (0)
|
||||
|
||||
typedef int mp_int_t; // must be pointer size
|
||||
typedef unsigned mp_uint_t; // must be pointer size
|
||||
|
Loading…
Reference in New Issue
Block a user