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:
parent
286a59c8b5
commit
5d30d49f88
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
#else
|
#else
|
||||||
#define BT_HCI_VS_HW_PLAT 0
|
#define BT_HCI_VS_HW_PLAT 0
|
||||||
#define BT_HCI_VS_HW_VAR 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 */
|
/* Map vendor command handler directly to common implementation */
|
||||||
inline int hci_vendor_cmd_handle(u16_t ocf, struct net_buf *cmd,
|
inline int hci_vendor_cmd_handle(u16_t ocf, struct net_buf *cmd,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue