mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add missing nimble flag.
* Must be set in the top level to fix pendsv table.
This commit is contained in:
parent
049989e018
commit
68b53df9d4
@ -140,6 +140,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(MICROPY_BLUETOOTH_NIMBLE), 1)
|
ifeq ($(MICROPY_BLUETOOTH_NIMBLE), 1)
|
||||||
MPY_CFLAGS += -DMICROPY_BLUETOOTH_NIMBLE=1
|
MPY_CFLAGS += -DMICROPY_BLUETOOTH_NIMBLE=1
|
||||||
|
MPY_CFLAGS += -DMICROPY_PY_BLUETOOTH_USE_SYNC_EVENTS=1
|
||||||
MICROPY_ARGS += MICROPY_BLUETOOTH_NIMBLE=1
|
MICROPY_ARGS += MICROPY_BLUETOOTH_NIMBLE=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user