Closed Skptak closed 9 months ago
Per discussion in #9 remove the incorrect portYIELD_FROM_ISR() function as it does nothing different than the default portYIELD() function.
portYIELD_FROM_ISR()
Relevant FreeRTOS Forum Post
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
Per discussion in #9 remove the incorrect
portYIELD_FROM_ISR()
function as it does nothing different than the default portYIELD() function.Test Steps
Related Issue
9
Relevant FreeRTOS Forum Post
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.