Commit d422b68d authored by Damien George's avatar Damien George

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment