summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-19 11:43:57 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-19 11:43:57 -0700
commitacf4b1bedeabe18a7b4b969e7156217ae6bde10a (patch)
tree871286ae3815258ff34ad028d96558ee4ae0dc4b /py
parent9eb85a5febeaffa85295c72467b3e4dd6b83a929 (diff)
Remove reverse methods from per-board defs
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 3e5affda9..5f2605c92 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -623,6 +623,7 @@ extern const struct _mp_obj_module_t ustack_module;
#else
#define ULAB_MODULE
#endif
+
#if MICROPY_PY_URE
#define RE_MODULE { MP_ROM_QSTR(MP_QSTR_re), MP_ROM_PTR(&mp_module_ure) },
#else