1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-05 12:42:22 +03:00

Move umm_info into cache

This commit is contained in:
Ivan Grokhotkov
2016-02-17 11:42:52 +03:00
parent fec1a64bfd
commit 707c87fdb6
3 changed files with 10 additions and 3 deletions

View File

@ -32,7 +32,7 @@ void* ICACHE_RAM_ATTR pvPortZalloc(size_t size, const char* file, int line)
return calloc(1, size);
}
size_t ICACHE_RAM_ATTR xPortGetFreeHeapSize(void)
size_t xPortGetFreeHeapSize(void)
{
return umm_free_heap_size();
}