feat(esp8266): Link some functions from IRAM to flash

This commit is contained in:
Dong Heng
2018-09-13 17:47:28 +08:00
parent 1a6460b19a
commit bc239c0ed3
6 changed files with 21 additions and 17 deletions

View File

@ -2873,7 +2873,7 @@ BaseType_t xSwitchRequired = pdFALSE;
#endif /* configUSE_APPLICATION_TASK_TAG */
/*-----------------------------------------------------------*/
void IRAM_ATTR vTaskSwitchContext( void )
void vTaskSwitchContext( void )
{
if( uxSchedulerSuspended != ( UBaseType_t ) pdFALSE )
{