mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
The behavior of portSET_INTERRUPT_MASK_FROM_ISR() has changed in SMP FreeRTOS. It's previous behavior is now implemented in portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS(). This commit replaces all portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR() calls with portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS() respectively