From dde28e18cf5bebb38918f89fe8eac020bcd8fbc8 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 18 Mar 2024 14:32:55 +0100 Subject: [PATCH] test/fuzz: fix build --- test/fuzz/fuzz_l2cap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/fuzz/fuzz_l2cap.c b/test/fuzz/fuzz_l2cap.c index 27e25b30c..04f3cef95 100644 --- a/test/fuzz/fuzz_l2cap.c +++ b/test/fuzz/fuzz_l2cap.c @@ -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){