From 5d30d49f88d93bb467ba74fcf82c163c0dde3152 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 15 Aug 2019 12:48:19 +0530 Subject: [PATCH] Bluetooth: controller: Fix ifdef block comment Fix a minor incorrectly commented ifdef block. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/hci/nordic/hci_vendor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/hci/nordic/hci_vendor.h b/subsys/bluetooth/controller/hci/nordic/hci_vendor.h index 6c3dd071287..31be48d7ab4 100644 --- a/subsys/bluetooth/controller/hci/nordic/hci_vendor.h +++ b/subsys/bluetooth/controller/hci/nordic/hci_vendor.h @@ -14,7 +14,7 @@ #else #define BT_HCI_VS_HW_PLAT 0 #define BT_HCI_VS_HW_VAR 0 -#endif /* CONFIG_SOC_FAMILY_NRF */ +#endif /* CONFIG_SOC_COMPATIBLE_NRF */ /* Map vendor command handler directly to common implementation */ inline int hci_vendor_cmd_handle(u16_t ocf, struct net_buf *cmd,