mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 00:32:52 +00:00
pbap_client: add switch default
This commit is contained in:
parent
2e3335af42
commit
2684f40bee
@ -424,6 +424,9 @@ static void obex_auth_parser_process_data(obex_auth_parser_t * auth_parser, cons
|
||||
auth_parser->state = OBEX_AUTH_PARSER_STATE_W4_TYPE;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
btstack_unreachable();
|
||||
break;
|
||||
}
|
||||
data_buffer += bytes_to_consume;
|
||||
data_len -= bytes_to_consume;
|
||||
|
Loading…
x
Reference in New Issue
Block a user