Provide a default for CONFIG_BT_RESERVE_DRAM
...when BT is not built Merges https://github.com/espressif/esp-idf/pull/910
This commit is contained in:
parent
105f9f466e
commit
8c1acb0363
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
*/
|
||||
#include "sdkconfig.h"
|
||||
|
||||
/* If BT is not built at all */
|
||||
#ifndef CONFIG_BT_RESERVE_DRAM
|
||||
#define CONFIG_BT_RESERVE_DRAM 0
|
||||
#endif
|
||||
|
||||
MEMORY
|
||||
{
|
||||
/* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length
|
||||
|
|
Loading…
Reference in a new issue