mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
hci_transport_h2_libusb: assert on unknown packet types
This commit is contained in:
parent
d8905293ab
commit
348725bedd
@ -1476,6 +1476,7 @@ static int usb_send_packet(uint8_t packet_type, uint8_t * packet, int size){
|
|||||||
return usb_send_sco_packet(packet, size);
|
return usb_send_sco_packet(packet, size);
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
|
btstack_assert(false);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user