-
- Downloads
Fix IRQstackOverflowCheck() called in an interrupt that does not save context.
In Miosix 3 if the timer interrupt causes a context switch, it will run the PendSV interrupt that will perform the stack overflow check anyway, so the call was also redundant.
Loading
Please register or sign in to comment