zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada e00282af6e Bluetooth: Fix build failure with -Wshadow CFLAGS
Fixes many instances of errors similar to below:
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5927:22:
    error: declaration of ‘s_link’ shadows a previous
        local [-Werror=shadow]
  static memq_link_t s_link;
                     ^~~~~~
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5905:21:
    note: shadowed declaration is here
  static memq_link_t s_link;
                     ^~~~~~

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-12-20 12:29:52 -05:00
..
hal Bluetooth: controller: Use PPI indices 14/15 for PA/LNA 2017-11-22 18:46:20 -05:00
hci kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
include
ll_sw Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
ticker Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
util Bluetooth: controller: Replace void * with memq_link_t 2017-11-22 15:28:49 +01:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig Bluetooth: controller: Fix to enable Asym PHY on nRF52 Series 2017-10-30 14:51:18 +01:00