renesas-ra,stm32: Remove duplicate machine module from constants list.
In the u-module renaming done in 30628d1bb7
,
these duplicate lines were accidentally left.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
62673a7708
commit
88771c1500
|
@ -145,7 +145,6 @@
|
|||
|
||||
#if MICROPY_PY_MACHINE
|
||||
#define MACHINE_BUILTIN_MODULE_CONSTANTS \
|
||||
{ MP_ROM_QSTR(MP_QSTR_machine), MP_ROM_PTR(&mp_module_machine) }, \
|
||||
{ MP_ROM_QSTR(MP_QSTR_machine), MP_ROM_PTR(&mp_module_machine) },
|
||||
#else
|
||||
#define MACHINE_BUILTIN_MODULE_CONSTANTS
|
||||
|
|
|
@ -166,7 +166,6 @@ extern const struct _mp_obj_module_t stm_module;
|
|||
|
||||
#if MICROPY_PY_MACHINE
|
||||
#define MACHINE_BUILTIN_MODULE_CONSTANTS \
|
||||
{ MP_ROM_QSTR(MP_QSTR_machine), MP_ROM_PTR(&mp_module_machine) }, \
|
||||
{ MP_ROM_QSTR(MP_QSTR_machine), MP_ROM_PTR(&mp_module_machine) },
|
||||
#else
|
||||
#define MACHINE_BUILTIN_MODULE_CONSTANTS
|
||||
|
|
Loading…
Reference in New Issue