mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +00:00
hci: fix ios build
This commit is contained in:
parent
06b9e82047
commit
cd77dd3850
@ -892,7 +892,7 @@ void le_handle_advertisement_report(uint8_t *packet, int size){
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_HOST_CONTROLLER_API
|
#if !defined(HAVE_PLATFORM_IPHONE_OS) && !defined (HAVE_HOST_CONTROLLER_API)
|
||||||
|
|
||||||
static uint32_t hci_transport_uart_get_main_baud_rate(void){
|
static uint32_t hci_transport_uart_get_main_baud_rate(void){
|
||||||
if (!hci_stack->config) return 0;
|
if (!hci_stack->config) return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user