nrf5-zephyr: update create_examples.py

This commit is contained in:
Matthias Ringwald 2017-08-22 22:32:35 +02:00
parent 4f033fe37f
commit fec91e4df5

View File

@ -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