Skip to content

Commit cccff08

Browse files
committed
revert change, though signatures are wrong
1 parent 1d2237b commit cccff08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/ESP8266WiFi/src/lwip/mem_manager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ static const unsigned short heapSTRUCT_SIZE = ( sizeof( xBlockLink ) + portBYTE_
6969

7070
void vApplicationMallocFailedHook( void ) ;//ICACHE_FLASH_ATTR;
7171

72-
//void *pvPortMalloc( size_t xWantedSize ) ;//ICACHE_FLASH_ATTR;
72+
void *pvPortMalloc( size_t xWantedSize ) ;//ICACHE_FLASH_ATTR;
7373

74-
//void vPortFree( void *pv ) ;//ICACHE_FLASH_ATTR;
74+
void vPortFree( void *pv ) ;//ICACHE_FLASH_ATTR;
7575

7676
size_t xPortGetFreeHeapSize( void ) ;//ICACHE_FLASH_ATTR;
7777

0 commit comments

Comments
 (0)