drivers: bluetooth: stm32wb: Cleanup unused definition
This definition is not used anymore, clean it. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
946304e799
commit
ec37ced258
|
@ -72,8 +72,6 @@ struct aci_set_ble_addr {
|
|||
static bt_addr_t bd_addr_udn;
|
||||
#endif /* CONFIG_BT_HCI_HOST */
|
||||
|
||||
#define HCI_CONFIG_DATA_RANDOM_ADDRESS_OFFSET 0x2E
|
||||
|
||||
/* Rx thread definitions */
|
||||
K_FIFO_DEFINE(ipm_rx_events_fifo);
|
||||
static K_KERNEL_STACK_DEFINE(ipm_rx_stack, CONFIG_BT_STM32_IPM_RX_STACK_SIZE);
|
||||
|
|
Loading…
Reference in a new issue