mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 07:43:38 +00:00
posix-h4-airoc: add missing default case
This commit is contained in:
parent
603fec95a8
commit
5bc42cf57c
@ -155,7 +155,9 @@ static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack
|
||||
switch (hci_event_command_complete_get_command_opcode(packet)) {
|
||||
case HCI_OPCODE_HCI_READ_LOCAL_VERSION_INFORMATION:
|
||||
local_version_information_handler(packet);
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case BTSTACK_EVENT_STATE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user