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:
Erwan Gouriou 2022-06-15 16:15:11 +02:00 committed by Carles Cufí
parent 946304e799
commit ec37ced258

View file

@ -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);