summaryrefslogtreecommitdiff
path: root/py/objmodule.c
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-03-26 18:16:11 -0400
committerLucian Copeland <hierophect@gmail.com>2020-03-26 18:16:11 -0400
commit348df4be2ba1bfc00a7bfab4f0de35beea78a407 (patch)
treee2c588b3abe40afc7b971f0ca7059a01bd2dac9c /py/objmodule.c
parentc4db8b87e2c57ca94b8f76e4b07ca02641df714e (diff)
parentaec3b2419b2c52f6f42249207cfe2b6de5d58f61 (diff)
Merge remote-tracking branch 'upstream/master' into stm32x7-setup
Diffstat (limited to 'py/objmodule.c')
-rw-r--r--py/objmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objmodule.c b/py/objmodule.c
index 7405a6919..b6a8a084e 100644
--- a/py/objmodule.c
+++ b/py/objmodule.c
@@ -213,7 +213,7 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
{ MP_ROM_QSTR(MP_QSTR_ujson), MP_ROM_PTR(&mp_module_ujson) },
#endif
#endif
-#if MICROPY_PY_ULAB
+#if CIRCUITPY_ULAB
#if CIRCUITPY
// CircuitPython: Defined in MICROPY_PORT_BUILTIN_MODULES, so not defined here.
// TODO: move to shared-bindings/