Skip to content

Commit ec37ced

Browse files
erwangocarlescufi
authored andcommitted
drivers: bluetooth: stm32wb: Cleanup unused definition
This definition is not used anymore, clean it. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 946304e commit ec37ced

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/bluetooth/hci/ipm_stm32wb.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ struct aci_set_ble_addr {
7272
static bt_addr_t bd_addr_udn;
7373
#endif /* CONFIG_BT_HCI_HOST */
7474

75-
#define HCI_CONFIG_DATA_RANDOM_ADDRESS_OFFSET 0x2E
76-
7775
/* Rx thread definitions */
7876
K_FIFO_DEFINE(ipm_rx_events_fifo);
7977
static K_KERNEL_STACK_DEFINE(ipm_rx_stack, CONFIG_BT_STM32_IPM_RX_STACK_SIZE);

0 commit comments

Comments
 (0)