mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
daa950d9ed
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