Skip to content

Commit

Permalink
Merge branch 'bugfix/bt_increase_btc_task_queue_size' into 'release/v…
Browse files Browse the repository at this point in the history
…2.0'


bt component: increase BTC task queue size



See merge request !637
  • Loading branch information
igrr committed Apr 6, 2017
2 parents 6181af2 + 4d9778e commit 024ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/bluedroid/osi/include/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 024ef51

Please sign in to comment.