mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 18:39:52 +00:00
example/spp_streamer_client: fix compiler warning
This commit is contained in:
parent
398a95ec8e
commit
080ca4ee19
@ -75,7 +75,7 @@ typedef enum {
|
|||||||
static btstack_packet_callback_registration_t hci_event_callback_registration;
|
static btstack_packet_callback_registration_t hci_event_callback_registration;
|
||||||
|
|
||||||
static bd_addr_t peer_addr;
|
static bd_addr_t peer_addr;
|
||||||
static state_t state;;
|
static state_t state;
|
||||||
|
|
||||||
// SPP
|
// SPP
|
||||||
static uint16_t rfcomm_mtu;
|
static uint16_t rfcomm_mtu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user