mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +00:00
wiced-h4: fix build
This commit is contained in:
parent
02a896b61c
commit
369e4864f3
@ -65,8 +65,6 @@ static const btstack_run_loop_t btstack_run_loop_wiced;
|
||||
static wiced_queue_t btstack_run_loop_queue;
|
||||
|
||||
// the run loop
|
||||
static btstack_linked_list_t timers;
|
||||
|
||||
static uint32_t btstack_run_loop_wiced_get_time_ms(void){
|
||||
wiced_time_t time;
|
||||
wiced_time_get_time(&time);
|
||||
|
@ -44,9 +44,10 @@
|
||||
#define BTSTACK_FILE__ "btstack_uart_block_wiced.c"
|
||||
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_run_loop_wiced.h"
|
||||
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_run_loop_wiced.h"
|
||||
#include "btstack_uart_block.h"
|
||||
|
||||
#include "hci.h"
|
||||
#include "hci_transport.h"
|
||||
#include "platform_bluetooth.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "btstack_run_loop_wiced.h"
|
||||
#include "btstack_link_key_db_wiced_dct.h"
|
||||
#include "le_device_db_wiced_dct.h"
|
||||
#incldue "hci_dump_embedded_stdout.h"
|
||||
#include "hci_dump_embedded_stdout.h"
|
||||
#include "hci_transport.h"
|
||||
#include "hci_transport_h4.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user