diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-18 12:21:31 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-18 12:21:31 -0500 |
| commit | 263e9822eac5bb338411087a6b61e60962882c7e (patch) | |
| tree | 08fbfb62f0f9ead2b853cffe8deff06ab12da975 /py/circuitpy_mpconfig.h | |
| parent | ba77a9ca80ed1ed9c557225ef8153f3e09a5b7ef (diff) | |
typo
Diffstat (limited to 'py/circuitpy_mpconfig.h')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 5 |
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 |
