mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
fix compile
This commit is contained in:
parent
8f7b0d0ee8
commit
5d61dfdb9b
@ -282,7 +282,7 @@ void hfp_reset_context_flags(hfp_connection_t * hfp_connection){
|
||||
hfp_connection->enable_status_update_for_ag_indicators = 0xFF;
|
||||
}
|
||||
|
||||
static hfp_connection_t * create_hfp_connection_context(){
|
||||
static hfp_connection_t * create_hfp_connection_context(void){
|
||||
hfp_connection_t * hfp_connection = btstack_memory_hfp_connection_get();
|
||||
if (!hfp_connection) return NULL;
|
||||
// init state
|
||||
|
Loading…
x
Reference in New Issue
Block a user