Skip to content
Snippets Groups Projects
Commit d422b68d authored by Damien George's avatar Damien George
Browse files

nrf/mpconfigport: Enable MICROPY_PY_MACHINE_BOOTLOADER.


This should have been enabled in 48b5a7b0
but was missed.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 30b0ee34
Branches
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_INCLUDEFILE "ports/nrf/modules/machine/modmachine.c"
#define MICROPY_PY_MACHINE_BARE_METAL_FUNCS (1)
#define MICROPY_PY_MACHINE_BOOTLOADER (1)
#define MICROPY_PY_MACHINE_PULSE (0)
#define MICROPY_PY_MACHINE_SOFTI2C (MICROPY_PY_MACHINE_I2C)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment