nrf5-zephyr: update patch to refer to controller/ll_sw instead of controller/ll

This commit is contained in:
Matthias Ringwald 2017-08-22 16:08:16 +02:00
parent 6aeb0353e0
commit ec8b3ead9b

View File

@ -36,7 +36,7 @@ index b666967..8606b24 100644
+++ b/samples/bluetooth/hci_uart/src/Makefile +++ b/samples/bluetooth/hci_uart/src/Makefile
@@ -1 +1,2 @@ @@ -1 +1,2 @@
obj-y += main.o obj-y += main.o
+ccflags-y += -I../../../subsys/bluetooth/controller/ll +ccflags-y += -I../../../subsys/bluetooth/controller/ll_sw
diff --git a/samples/bluetooth/hci_uart/src/main.c b/samples/bluetooth/hci_uart/src/main.c diff --git a/samples/bluetooth/hci_uart/src/main.c b/samples/bluetooth/hci_uart/src/main.c
index 76e75e1..70da655 100644 index 76e75e1..70da655 100644
--- a/samples/bluetooth/hci_uart/src/main.c --- a/samples/bluetooth/hci_uart/src/main.c
@ -83,10 +83,10 @@ index 76e75e1..70da655 100644
while (1) { while (1) {
struct net_buf *buf; struct net_buf *buf;
diff --git a/subsys/bluetooth/controller/ll/ctrl.h b/subsys/bluetooth/controller/ll/ctrl.h diff --git a/subsys/bluetooth/controller/ll_sw/ctrl.h b/subsys/bluetooth/controller/ll_sw/ctrl.h
index f9b092d..b950083 100644 index f9b092d..b950083 100644
--- a/subsys/bluetooth/controller/ll/ctrl.h --- a/subsys/bluetooth/controller/ll_sw/ctrl.h
+++ b/subsys/bluetooth/controller/ll/ctrl.h +++ b/subsys/bluetooth/controller/ll_sw/ctrl.h
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
* Controller Interface Defines * Controller Interface Defines
****************************************************************************/ ****************************************************************************/