mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
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:
committed by
Angus Gratton
parent
105f9f466e
commit
8c1acb0363
@@ -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
|
||||
|
Reference in New Issue
Block a user