Skip to content

Commit

Permalink
revert change, though signatures are wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Jan 8, 2016
1 parent 1d2237b commit cccff08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/ESP8266WiFi/src/lwip/mem_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ static const unsigned short heapSTRUCT_SIZE = ( sizeof( xBlockLink ) + portBYTE_

void vApplicationMallocFailedHook( void ) ;//ICACHE_FLASH_ATTR;

//void *pvPortMalloc( size_t xWantedSize ) ;//ICACHE_FLASH_ATTR;
void *pvPortMalloc( size_t xWantedSize ) ;//ICACHE_FLASH_ATTR;

//void vPortFree( void *pv ) ;//ICACHE_FLASH_ATTR;
void vPortFree( void *pv ) ;//ICACHE_FLASH_ATTR;

size_t xPortGetFreeHeapSize( void ) ;//ICACHE_FLASH_ATTR;

Expand Down

0 comments on commit cccff08

Please sign in to comment.