We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fdffe commit 012d404Copy full SHA for 012d404
subsys/bluetooth/controller/hci/hci_internal.h
@@ -22,9 +22,9 @@ extern atomic_t hci_state_mask;
22
#if defined(CONFIG_SOC_COMPATIBLE_NRF)
23
#define BT_HCI_VS_HW_PLAT BT_HCI_VS_HW_PLAT_NORDIC
24
#if defined(CONFIG_SOC_SERIES_NRF51X)
25
-#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF51X;
+#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF51X
26
#elif defined(CONFIG_SOC_COMPATIBLE_NRF52X)
27
-#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF52X;
+#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF52X
28
#endif
29
#else
30
#define BT_HCI_VS_HW_PLAT 0
0 commit comments