mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +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);
|
||||
#endif
|
||||
default:
|
||||
btstack_assert(false);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user