zephyr/subsys/bluetooth
Andrzej Kaczmarek a17952237f Bluetooth: controller: Fix build error
.../ll_sw/nordic/lll/lll_scan.c: In function 'isr_tx':
.../ll_sw/nordic/lll/lll_scan.c:483:19: error: unused variable 'lll'
                                              [-Werror=unused-variable]
  483 |  struct lll_scan *lll = param;
      |                   ^~~
cc1: all warnings being treated as errors

This fixes https://github.com/zephyrproject-rtos/zephyr/issues/29968.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2020-11-13 00:02:12 +02:00
..
common
controller Bluetooth: controller: Fix build error 2020-11-13 00:02:12 +02:00
host Bluetooth: host: Fix endianness in conn. handle 2020-11-11 13:23:49 +01:00
mesh Bluetooth: Mesh: Fix DST field check when send 2020-11-11 13:23:14 +01:00
services
shell Bluetooth: shell: Fix shell scan option duplicate filtering options 2020-11-11 13:22:02 +01:00
CMakeLists.txt
Kconfig