Bluetooth: controller: Fix ifdef block comment

Fix a minor incorrectly commented ifdef block.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2019-08-15 12:48:19 +05:30 committed by Carles Cufí
commit 5d30d49f88

View file

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