mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +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…
Reference in New Issue
Block a user