diff --git a/src/hfp.c b/src/hfp.c index c22a408c9..04ae5716b 100644 --- a/src/hfp.c +++ b/src/hfp.c @@ -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