mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
deamon: fix compile warnings with H2
This commit is contained in:
parent
15ce125b62
commit
8c9f78e5bf
@ -186,8 +186,12 @@ static void rfcomm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t
|
||||
|
||||
|
||||
// MARK: globals
|
||||
static const hci_transport_t * transport;
|
||||
|
||||
#ifdef HAVE_TRANSPORT_H4
|
||||
static hci_transport_config_uart_t hci_transport_config_uart;
|
||||
#endif
|
||||
|
||||
static const hci_transport_t * transport;
|
||||
static btstack_timer_source_t timeout;
|
||||
static uint8_t timeout_active = 0;
|
||||
static int power_management_sleep = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user