mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 16:41:44 +01:00
When CONFIG_SPIRAM is set, the TLSF_MAX_POOL_SIZE is set to SOC_EXTRAM_DATA_SIZE which caused the TLSF_MAX_POOL_SIZE to be bigger than 16MB. This commit fixes the issue by adding an extra else if case to cover this configuration.