Don't rename FreeRTOS hook symbols

This commit is contained in:
Alex Stewart 2015-08-25 09:41:49 -07:00
parent a044c061d5
commit 43a712572c
2 changed files with 0 additions and 7 deletions

View file

@ -182,9 +182,6 @@ not necessary for to use this port. They are defined so the common demo files
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters )
/*-----------------------------------------------------------*/
/* ESPTODO: These parts of the FreeRTOS support are still in binary libraries */
#define vApplicationStackOverflowHook sdk_vApplicationStackOverflowHook
#ifdef __cplusplus
}
#endif