mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Change the default vector used for context switching.
This commit is contained in:
parent
36471ef3e8
commit
1d0cf84e80
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
.global ulPortSetIPL
|
||||
.global mcf5xxx_wr_cacr
|
||||
.global __cs3_isr_interrupt_127
|
||||
.global __cs3_isr_interrupt_80
|
||||
.global vPortStartFirstTask
|
||||
|
||||
.text
|
||||
|
@ -126,7 +126,7 @@ mcf5xxx_wr_cacr:
|
|||
/********************************************************************/
|
||||
|
||||
/* Yield interrupt. */
|
||||
__cs3_isr_interrupt_127:
|
||||
__cs3_isr_interrupt_80:
|
||||
portSAVE_CONTEXT
|
||||
jsr vPortYieldHandler
|
||||
portRESTORE_CONTEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue