From 68b53df9d44807e4b5a52a3d24dc83034f841fad Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 11 Jun 2021 23:12:21 +0200 Subject: [PATCH] Add missing nimble flag. * Must be set in the top level to fix pendsv table. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 258d62b8a..3d4fb5bf1 100755 --- a/src/Makefile +++ b/src/Makefile @@ -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