diff options
Diffstat (limited to 'py/bc.h')
| -rw-r--r-- | py/bc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ typedef struct _mp_module_context_t { // Outer level struct defining a compiled module. typedef struct _mp_compiled_module_t { - const mp_module_context_t *context; + mp_module_context_t *context; const struct _mp_raw_code_t *rc; #if MICROPY_PERSISTENT_CODE_SAVE bool has_native; |
