Merge branch 'bugfix/bt_increase_btc_task_queue_size' into 'release/v2.0'

bt component: increase BTC task queue size



See merge request !637
This commit is contained in:
Ivan Grokhotkov 2017-04-06 10:57:00 +08:00
commit 024ef51d1a

View File

@ -63,7 +63,7 @@ enum {
#define BTC_TASK_STACK_SIZE (CONFIG_BTC_TASK_STACK_SIZE + BT_TASK_EXTRA_STACK_SIZE) //by menuconfig
#define BTC_TASK_NAME "btcT"
#define BTC_TASK_PRIO (configMAX_PRIORITIES - 5)
#define BTC_TASK_QUEUE_NUM 20
#define BTC_TASK_QUEUE_NUM 60
void btu_task_post(uint32_t sig);
void hci_host_task_post(void);