mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
This commit fixes how SMP FreeRTOS feeds the INT WDT. Previously, the port used vApplicationTickHook(). Now, all cores will feed the INT WDT in xPortSysTickHandler().