Skip to content

Commit 92cf003

Browse files
committed
Update Esp.cpp
1 parent 49fbff4 commit 92cf003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/Esp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ uint32_t EspClass::getMaxAllocHeap(void)
155155
uint32_t EspClass::getPsramSize(void)
156156
{
157157
if(psramFound()){
158-
return heap_caps_get_total_size(MALLOC_CAP_SPIRAM)
158+
return heap_caps_get_total_size(MALLOC_CAP_SPIRAM);
159159
}
160160
return 0;
161161
}

0 commit comments

Comments
 (0)