diff options
Diffstat (limited to 'zephyr/mpconfigport.h')
-rw-r--r-- | zephyr/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h index f125ab3993..5d021b6aa2 100644 --- a/zephyr/mpconfigport.h +++ b/zephyr/mpconfigport.h @@ -32,6 +32,7 @@ #define MICROPY_PY_BUILTINS_COMPLEX (0) #define MICROPY_HW_BOARD_NAME "zephyr-generic" #define MICROPY_HW_MCU_NAME "unknown-cpu" +#define MICROPY_MODULE_FROZEN_STR (1) typedef int mp_int_t; // must be pointer size typedef unsigned mp_uint_t; // must be pointer size |