summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-18 12:21:31 -0500
committerDan Halbert <halbert@halwitz.org>2019-02-18 12:21:31 -0500
commit263e9822eac5bb338411087a6b61e60962882c7e (patch)
tree08fbfb62f0f9ead2b853cffe8deff06ab12da975 /py
parentba77a9ca80ed1ed9c557225ef8153f3e09a5b7ef (diff)
typo
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 04ea8f957..884ec5983 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -462,14 +462,13 @@ extern const struct _mp_obj_module_t ustack_module;
// These modules are not yet in shared-bindings, but we prefer the non-uxxx names.
#if MICROPY_PY_UERRNO
-#define ERRNO_MODULE
- { MP_ROM_QSTR(MP_QSTR_errno), MP_ROM_PTR(&mp_module_uerrno) },
+#define ERRNO_MODULE { MP_ROM_QSTR(MP_QSTR_errno), MP_ROM_PTR(&mp_module_uerrno) },
#else
#define ERRNO_MODULE
#endif
#if MICROPY_PY_UJSON
-#define JSON_MODULE { MP_ROM_QSTR(MP_QSTR_json), MP_ROM_PTR(&mp_module_ujson) },
+#define JSON_MODULE { MP_ROM_QSTR(MP_QSTR_json), MP_ROM_PTR(&mp_module_ujson) },
#else
#define JSON_MODULE
#endif