mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
components/bt: Rename some macros
This commit is contained in:
@ -22,10 +22,10 @@
|
|||||||
/**********************************************************
|
/**********************************************************
|
||||||
* Thread/Task reference
|
* Thread/Task reference
|
||||||
**********************************************************/
|
**********************************************************/
|
||||||
#ifdef CONFIG_BT_BTU_TASK_STACK_SIZE
|
#ifdef CONFIG_BTU_TASK_STACK_SIZE
|
||||||
#define UC_BT_BTU_TASK_STACK_SIZE CONFIG_BT_BTU_TASK_STACK_SIZE
|
#define UC_BTU_TASK_STACK_SIZE CONFIG_BTU_TASK_STACK_SIZE
|
||||||
#else
|
#else
|
||||||
#define UC_BT_BTU_TASK_STACK_SIZE 4096
|
#define UC_BTU_TASK_STACK_SIZE 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* OS Configuration from User config (eg: sdkconfig) */
|
/* 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
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
**
|
**
|
||||||
|
Reference in New Issue
Block a user