mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
hsp hs: fix compile
This commit is contained in:
parent
357a19ed8d
commit
95cd7e0a67
@ -256,7 +256,7 @@ static void hsp_hs_reset_state(void){
|
||||
}
|
||||
|
||||
static void hci_event_handler(uint8_t packet_type, uint8_t * packet, uint16_t size){
|
||||
packet_handler(packet, size);
|
||||
packet_handler(packet_type, 0, packet, size);
|
||||
}
|
||||
|
||||
void hsp_hs_init(uint8_t rfcomm_channel_nr){
|
||||
|
Loading…
x
Reference in New Issue
Block a user