FreeRTOS / FreeRTOS-Kernel-Partner-Supported-Ports

Other
9 stars 14 forks source link

Remove incorrect portYIELD_FROM_ISR() functions #13

Closed Skptak closed 9 months ago

Skptak commented 9 months ago

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.