mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
hfp_ag: fix warning
This commit is contained in:
parent
ed4f8b7280
commit
c5753b0375
@ -2340,6 +2340,7 @@ void hfp_ag_incoming_call(void){
|
||||
}
|
||||
|
||||
void hfp_ag_outgoing_call_initiated(const char * number) {
|
||||
UNUSED(number);
|
||||
hfp_ag_call_sm(HFP_AG_OUTGOING_CALL_INITIATED_BY_AG, NULL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user