diff --git a/port/nrf5-zephyr/create_examples.py b/port/nrf5-zephyr/create_examples.py index ad9765879..b2f505732 100755 --- a/port/nrf5-zephyr/create_examples.py +++ b/port/nrf5-zephyr/create_examples.py @@ -16,9 +16,9 @@ mk_template = '''# obj-y += EXAMPLE.o obj-y += main.o +ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth +ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth/controller/include ccflags-y += -I${ZEPHYR_BASE}/subsys/btstack -ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth/controller/ll - ''' gatt_update_template = '''#!/bin/sh