move WICED_BT_UART_MANUAL_CTS_RTS hack to btstack-config.h

This commit is contained in:
Matthias Ringwald 2015-12-23 16:12:33 +01:00
parent 78baa15460
commit f7d1275892
2 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,7 @@
#define EMBEDDED
#define HAVE_WICED
#define WICED_BT_UART_MANUAL_CTS_RTS
#define HAVE_BLE

View File

@ -53,8 +53,6 @@
#include "hci.h"
#include "hci_transport.h"
#define WICED_BT_UART_MANUAL_CTS_RTS
// priority higher than WIFI to make sure RTS is set
#define WICED_BT_UART_THREAD_PRIORITY (WICED_NETWORK_WORKER_PRIORITY - 2)
#define WICED_BT_UART_THREAD_STACK_SIZE 300