1 parent ba77a9c commit 263e982Copy full SHA for 263e982
1 file changed
py/circuitpy_mpconfig.h
@@ -462,14 +462,13 @@ extern const struct _mp_obj_module_t ustack_module;
462
463
// These modules are not yet in shared-bindings, but we prefer the non-uxxx names.
464
#if MICROPY_PY_UERRNO
465
-#define ERRNO_MODULE
466
- { 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) },
467
#else
468
#define ERRNO_MODULE
469
#endif
470
471
#if MICROPY_PY_UJSON
472
-#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) },
473
474
#define JSON_MODULE
475
0 commit comments