diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-01-29 13:35:22 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-01-29 13:35:22 -0800 |
| commit | d655c785b6b2501476f1c14caee0e87694df0efe (patch) | |
| tree | f34739bba8586d9413db273f1d775525b26f4c0b /py/mpstate.c | |
| parent | 5e789b38504846982a8cd7fa447297a51efc8352 (diff) | |
| parent | b36b2493bced9ca127803b307f0c6df52c9568f0 (diff) | |
Merge commit 'b36b24' into tweak_pixelbuf
Diffstat (limited to 'py/mpstate.c')
| -rw-r--r-- | py/mpstate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/mpstate.c b/py/mpstate.c index 6ce64adfd..32f1d60a5 100644 --- a/py/mpstate.c +++ b/py/mpstate.c @@ -25,9 +25,10 @@ */ #include "py/mpstate.h" +#include "supervisor/linker.h" #if MICROPY_DYNAMIC_COMPILER mp_dynamic_compiler_t mp_dynamic_compiler = {0}; #endif -mp_state_ctx_t mp_state_ctx; +mp_state_ctx_t PLACE_IN_DTCM_BSS(mp_state_ctx); |
