Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vPortRemoveInterruptHandler API (FreeRTOS#533)
* Add xPortRemoveInterruptHandler API This API is added to the MicroBlazeV9 port. It enables the application writer to remove an interrupt handler. This was originally contributed in this PR - FreeRTOS#523 * Change API signature to return void This makes the API similar to vPortDisableInterrupt. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gavin Lambert <uecasm@users.noreply.github.com>
- Loading branch information