wiced-h4: fix build

This commit is contained in:
Matthias Ringwald 2021-04-07 19:17:12 +02:00
parent 02a896b61c
commit 369e4864f3
3 changed files with 4 additions and 5 deletions

View File

@ -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);

View File

@ -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"

View File

@ -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"