mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 15:44:32 +00:00
test/fuzz: fix build
This commit is contained in:
parent
6b977eba66
commit
dde28e18cf
@ -107,9 +107,8 @@ uint8_t hci_get_allow_role_switch(void){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool hci_reserve_packet_buffer(void){
|
||||
void hci_reserve_packet_buffer(void){
|
||||
outgoing_reserved = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
void hci_release_packet_buffer(void){
|
||||
|
Loading…
x
Reference in New Issue
Block a user