mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
move wiced specific functionality to run_loop_wiced.h
This commit is contained in:
parent
52ab590be3
commit
c6832aeae2
@ -42,16 +42,17 @@
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
|
||||
#include "wiced.h"
|
||||
#include "platform_bluetooth.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "run_loop_wiced.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "hci.h"
|
||||
#include "hci_transport.h"
|
||||
#include "platform_bluetooth.h"
|
||||
|
||||
#include "wiced.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
// priority higher than WIFI to make sure RTS is set
|
||||
#define WICED_BT_UART_THREAD_PRIORITY (WICED_NETWORK_WORKER_PRIORITY - 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user