Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
board/arm/nrf52: fix use up_interrupt_context to do parent_in_interrupt
The case want to determine if a interrupt with higher priority the interrupt preemption occurred, but up_interrupt_context indicates that we self inside interrupt/handedr mode. As we previously did not handle the ramvector interrupt correctly, after update breaked the case. We should use a more clear private function parent_in_interrupt. Signed-off-by: buxiasen <[email protected]>
- Loading branch information