example/spp_streamer_client: fix compiler warning

This commit is contained in:
Matthias Ringwald 2018-07-05 23:09:10 +02:00
parent 398a95ec8e
commit 080ca4ee19

View File

@ -75,7 +75,7 @@ typedef enum {
static btstack_packet_callback_registration_t hci_event_callback_registration;
static bd_addr_t peer_addr;
static state_t state;;
static state_t state;
// SPP
static uint16_t rfcomm_mtu;