mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
avrcp_target: fix compile
This commit is contained in:
parent
5aeb29d7c0
commit
95f00c7ec8
@ -1187,7 +1187,7 @@ void avrcp_target_register_packet_handler(btstack_packet_handler_t callback){
|
||||
}
|
||||
|
||||
void avrcp_target_register_set_addressed_player_handler(bool (*callback)(uint16_t player_id)){
|
||||
btstack_assert(callbac != NULL);
|
||||
btstack_assert(callback != NULL);
|
||||
avrcp_target_context.set_addressed_player_callback = callback;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user