Skip to content

Commit 012d404

Browse files
wopu-otnashif
authored andcommitted
bluetooth: controller: Remove trailing semicolons in HCI defines.
Remove trailing semicolons from defines. Signed-off-by: Wolfgang Puffitsch <[email protected]>
1 parent 45fdffe commit 012d404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/controller/hci/hci_internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ extern atomic_t hci_state_mask;
2222
#if defined(CONFIG_SOC_COMPATIBLE_NRF)
2323
#define BT_HCI_VS_HW_PLAT BT_HCI_VS_HW_PLAT_NORDIC
2424
#if defined(CONFIG_SOC_SERIES_NRF51X)
25-
#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF51X;
25+
#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF51X
2626
#elif defined(CONFIG_SOC_COMPATIBLE_NRF52X)
27-
#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF52X;
27+
#define BT_HCI_VS_HW_VAR BT_HCI_VS_HW_VAR_NORDIC_NRF52X
2828
#endif
2929
#else
3030
#define BT_HCI_VS_HW_PLAT 0

0 commit comments

Comments
 (0)