Skip to content

Commit 263e982

Browse files
committed
typo
1 parent ba77a9c commit 263e982

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

py/circuitpy_mpconfig.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,13 @@ extern const struct _mp_obj_module_t ustack_module;
462462

463463
// These modules are not yet in shared-bindings, but we prefer the non-uxxx names.
464464
#if MICROPY_PY_UERRNO
465-
#define ERRNO_MODULE
466-
{ MP_ROM_QSTR(MP_QSTR_errno), MP_ROM_PTR(&mp_module_uerrno) },
465+
#define ERRNO_MODULE { MP_ROM_QSTR(MP_QSTR_errno), MP_ROM_PTR(&mp_module_uerrno) },
467466
#else
468467
#define ERRNO_MODULE
469468
#endif
470469

471470
#if MICROPY_PY_UJSON
472-
#define JSON_MODULE { MP_ROM_QSTR(MP_QSTR_json), MP_ROM_PTR(&mp_module_ujson) },
471+
#define JSON_MODULE { MP_ROM_QSTR(MP_QSTR_json), MP_ROM_PTR(&mp_module_ujson) },
473472
#else
474473
#define JSON_MODULE
475474
#endif

0 commit comments

Comments
 (0)