components/bt: Rename some macros

This commit is contained in:
baohongde 2019-08-30 10:58:28 +08:00
parent f8212988c4
commit 019067b6ac
2 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,10 @@
/**********************************************************
* Thread/Task reference
**********************************************************/
#ifdef CONFIG_BT_BTU_TASK_STACK_SIZE
#define UC_BT_BTU_TASK_STACK_SIZE CONFIG_BT_BTU_TASK_STACK_SIZE
#ifdef CONFIG_BTU_TASK_STACK_SIZE
#define UC_BTU_TASK_STACK_SIZE CONFIG_BTU_TASK_STACK_SIZE
#else
#define UC_BT_BTU_TASK_STACK_SIZE 4096
#define UC_BTU_TASK_STACK_SIZE 4096
#endif

View file

@ -43,7 +43,7 @@
/* OS Configuration from User config (eg: sdkconfig) */
#define BT_BTU_TASK_STACK_SIZE UC_BT_BTU_TASK_STACK_SIZE
#define BT_BTU_TASK_STACK_SIZE UC_BTU_TASK_STACK_SIZE
/******************************************************************************
**