mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-11 03:47:01 +00:00
fix conmpile
This commit is contained in:
parent
855212e4c0
commit
659fc9ba04
@ -122,7 +122,7 @@ static hsp_state_t hsp_state = HSP_IDLE;
|
||||
|
||||
static hsp_ag_callback_t hsp_ag_callback;
|
||||
|
||||
static void hsp_run();
|
||||
static void hsp_run(void);
|
||||
static void packet_handler (void * connection, uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
||||
static void handle_query_rfcomm_event(sdp_query_event_t * event, void * context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user