mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 21:41:13 +00:00
fix prototype
This commit is contained in:
parent
4f2601a18c
commit
eb0a225785
@ -66,7 +66,7 @@
|
||||
/* LISTING_START(GAPLEAdvSetup): Setting up GAP LE client for receiving advertisements */
|
||||
static void handle_hci_event(uint8_t packet_type, uint8_t *packet, uint16_t size);
|
||||
|
||||
static void gap_le_advertisements_setup(){
|
||||
static void gap_le_advertisements_setup(void){
|
||||
hci_register_packet_handler(handle_hci_event);
|
||||
}
|
||||
/* LISTING_END */
|
||||
|
Loading…
x
Reference in New Issue
Block a user