mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
components/bt: Rename some macros
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
/******************************************************************************
|
||||
**
|
||||
|
Reference in New Issue
Block a user