Add missing nimble flag.

* Must be set in the top level to fix pendsv table.
This commit is contained in:
iabdalkader 2021-06-11 23:12:21 +02:00
parent 049989e018
commit 68b53df9d4

View File

@ -140,6 +140,7 @@ endif
ifeq ($(MICROPY_BLUETOOTH_NIMBLE), 1)
MPY_CFLAGS += -DMICROPY_BLUETOOTH_NIMBLE=1
MPY_CFLAGS += -DMICROPY_PY_BLUETOOTH_USE_SYNC_EVENTS=1
MICROPY_ARGS += MICROPY_BLUETOOTH_NIMBLE=1
endif